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