selectedFontSize property

double? selectedFontSize
getter/setter pair

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

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

Defaults to 14.0.

Implementation

double? selectedFontSize;