minor fix

This commit is contained in:
Thibault Deckers 2024-11-24 23:09:47 +01:00
parent 1a78fdfd0b
commit fc9c2dfcc5

View file

@ -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,