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