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(),
|
||||
onTap: (index) => _goTo(context, items, index),
|
||||
currentIndex: _getCurrentIndex(context, items),
|
||||
elevation: 0,
|
||||
type: BottomNavigationBarType.fixed,
|
||||
backgroundColor: backgroundColor,
|
||||
showSelectedLabels: false,
|
||||
|
|
Loading…
Reference in a new issue