When I tap on BottomNavigationBarItem in my flutter app, I see animation - selected item's font size is increased.
Is there any way to disable it or control this behaviour?
Yes we can do this by setting type to BottomNavigationBarType.fixed
BottomNavigationBar(
type: BottomNavigationBarType.fixed,
selectedFontSize: fontSize,
unselectedFontSize: fontSize,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With