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