MVP #141
@@ -55,7 +55,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
body: tabs[currentIndex],
|
body: tabs[currentIndex],
|
||||||
extendBody: true,
|
extendBody: true,
|
||||||
bottomNavigationBar: Padding(
|
bottomNavigationBar: Padding(
|
||||||
padding: const EdgeInsets.only(left: 12.0, right: 12.0, bottom: 8.0),
|
padding: const EdgeInsets.only(left: 12.0, right: 12.0, bottom: 18.0),
|
||||||
child: Material(
|
child: Material(
|
||||||
elevation: 10,
|
elevation: 10,
|
||||||
borderRadius: BorderRadius.circular(24),
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
|||||||
Reference in New Issue
Block a user