Open greyovo opened 2 years ago
I temporarily set Icon's size in BottomNavigationBarItem to '22.0' and fixed it:
BottomNavigationBarItem(icon: Icon(Icons.home, size: 22), label: 'Home')
But it is still a bug since setting BottomNavigationBar's iconSize or (selected / unselected) fontSize has NO effect on either icon size or text size.
I have tried adjusting BottomNavigationBar's iconSize, (selected / unselected) fontSize, or wrapping the whole Scaffold with SafeArea(), but none of them works. Any workaround here?
My code: