fixed nav color problem
This commit is contained in:
@@ -47,6 +47,7 @@ class _NavigationState extends State<Navigation> {
|
||||
],
|
||||
currentIndex: _selectedIndex,
|
||||
onTap: _onItemTapped,
|
||||
type: BottomNavigationBarType.fixed,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user