unselectedFontSize property

double? unselectedFontSize
getter/setter pair

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

double? unselectedFontSize;