MVP #141
@@ -53,20 +53,12 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
backgroundColor: CustomTheme.backgroundColor,
|
backgroundColor: CustomTheme.backgroundColor,
|
||||||
body: tabs[currentIndex],
|
body: tabs[currentIndex],
|
||||||
extendBody: true,
|
extendBody: true,
|
||||||
floatingActionButton: FloatingActionButton(
|
|
||||||
shape: const CircleBorder(),
|
|
||||||
backgroundColor: CustomTheme.primaryColor,
|
|
||||||
onPressed: () {},
|
|
||||||
child: const Icon(Icons.add),
|
|
||||||
),
|
|
||||||
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
|
||||||
bottomNavigationBar: BottomAppBar(
|
bottomNavigationBar: BottomAppBar(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 10),
|
padding: const EdgeInsets.symmetric(horizontal: 10),
|
||||||
elevation: 10,
|
elevation: 10,
|
||||||
height: 60,
|
height: 60,
|
||||||
color: CustomTheme.primaryColor,
|
color: CustomTheme.primaryColor,
|
||||||
shape: const CircularNotchedRectangle(),
|
shape: null,
|
||||||
notchMargin: 5,
|
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
@@ -85,7 +77,6 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
),
|
),
|
||||||
onPressed: () => onTabTapped(1),
|
onPressed: () => onTabTapped(1),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 40),
|
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.groups,
|
Icons.groups,
|
||||||
|
|||||||
Reference in New Issue
Block a user