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,
|
unselectedItemColor: Colors.grey,
|
||||||
showUnselectedLabels: true,
|
showUnselectedLabels: true,
|
||||||
showSelectedLabels: true,
|
showSelectedLabels: true,
|
||||||
|
type: BottomNavigationBarType.fixed,
|
||||||
|
|
||||||
currentIndex: currentPage,
|
currentIndex: currentPage,
|
||||||
onTap: (item) {
|
onTap: (item) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user