Set dynamic Spacing in BottomNavigationBarType to "fixed"

This commit is contained in:
Elias Müller 2023-03-11 22:01:07 +01:00
parent cbcae3a7a1
commit 58bbfc6329

@ -139,6 +139,7 @@ class _AppState extends State<App> {
unselectedItemColor: Colors.grey,
showUnselectedLabels: true,
showSelectedLabels: true,
type: BottomNavigationBarType.fixed,
currentIndex: currentPage,
onTap: (item) {