Navbar Position fix #21
@@ -31,7 +31,9 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return SafeArea(
|
return Container(
|
||||||
|
decoration: BoxDecoration(color: CustomTheme.backgroundColor),
|
||||||
|
child: SafeArea(
|
||||||
minimum: EdgeInsets.symmetric(vertical: 30),
|
minimum: EdgeInsets.symmetric(vertical: 30),
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
@@ -104,6 +106,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user