Answers for "flutter bottom navigation bar no label"

4

bottomNavigationBar without label flutter

//Just add this to your BottomNavigationBar

showSelectedLabels: false,
showUnselectedLabels: false,
Posted by: Guest on March-14-2021
0

flutter bottom navigation bar no label

showSelectedLabels: false,
showUnselectedLabels: false,
unselectedFontSize: 0, // <-- To also NOT saving space for the label
selectedFontSize: 0, // <-- To also NOT saving space for the label
Posted by: Guest on April-19-2022

Code answers related to "flutter bottom navigation bar no label"

Code answers related to "Dart"

Browse Popular Code Answers by Language