Set dynamic Spacing in BottomNavigationBarType to "fixed"
This commit is contained in:
		@@ -139,6 +139,7 @@ class _AppState extends State<App> {
 | 
			
		||||
        unselectedItemColor: Colors.grey,
 | 
			
		||||
        showUnselectedLabels: true,
 | 
			
		||||
        showSelectedLabels: true,
 | 
			
		||||
        type: BottomNavigationBarType.fixed,
 | 
			
		||||
 | 
			
		||||
        currentIndex: currentPage,
 | 
			
		||||
        onTap: (item) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user