minor fix
This commit is contained in:
parent
1a78fdfd0b
commit
fc9c2dfcc5
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class _AppBottomNavBarState extends State<AppBottomNavBar> {
|
||||||
.toList(),
|
.toList(),
|
||||||
onTap: (index) => _goTo(context, items, index),
|
onTap: (index) => _goTo(context, items, index),
|
||||||
currentIndex: _getCurrentIndex(context, items),
|
currentIndex: _getCurrentIndex(context, items),
|
||||||
|
elevation: 0,
|
||||||
type: BottomNavigationBarType.fixed,
|
type: BottomNavigationBarType.fixed,
|
||||||
backgroundColor: backgroundColor,
|
backgroundColor: backgroundColor,
|
||||||
showSelectedLabels: false,
|
showSelectedLabels: false,
|
||||||
|
|
Loading…
Reference in a new issue