unselectedFontSize property

double? unselectedFontSize
final

The font size of the unselected items' labels.

If not specified, it defaults to the theme's bottomNavigationBarTheme.unselectedLabelStyle.fontSize or 12.0.

Implementation

final double? unselectedFontSize;