fixed nav color problem

This commit is contained in:
Tito Arrigo
2023-09-28 12:03:27 +02:00
parent 52d7defb75
commit 28e5fc4f7a

View File

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