unselectedFontSize property

double unselectedFontSize
final

The font size of the BottomNavigationBarItem labels when they are not selected.

If TextStyle.fontSize of unselectedLabelStyle is non-null, it will be used instead of this.

Defaults to 12.0.

Implementation

final double unselectedFontSize;