add notch margin
This commit is contained in:
parent
cc7da5a045
commit
10b39052a9
|
@ -116,6 +116,7 @@ class MyHomePage extends HookWidget {
|
|||
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
||||
bottomNavigationBar: BottomAppBar(
|
||||
shape: CircularNotchedRectangle(),
|
||||
notchMargin: 7,
|
||||
child: Container(
|
||||
height: 60,
|
||||
child: Row(
|
||||
|
|
Loading…
Reference in New Issue