bottomNavigationBarUnselectedLabelSize property

double? bottomNavigationBarUnselectedLabelSize
final

The size of the text label on unselected BottomNavigationBar items.

If defined, it overrides the font size on effective label TextStyle on unselected items. Defaults to selectedLabelSize - 2, but min 8. Smaller than 8dp is not legible on most screens.

BottomNavigationBar uses this -2dp smaller font on the unselected label as default, since it is so based on Material 2 spec. By assigning same value as to selectedLabelSize, you can make them the same size.

Implementation

final double? bottomNavigationBarUnselectedLabelSize;