1 Commits

Author SHA1 Message Date
Tito Arrigo
28e5fc4f7a fixed nav color problem 2023-09-28 12:03:27 +02:00

View File

@@ -47,6 +47,7 @@ class _NavigationState extends State<Navigation> {
], ],
currentIndex: _selectedIndex, currentIndex: _selectedIndex,
onTap: _onItemTapped, onTap: _onItemTapped,
type: BottomNavigationBarType.fixed,
), ),
); );
} }