navigationRailSelectedLabelSize property

double? navigationRailSelectedLabelSize
final

The size of the text label on selected NavigationRail item.

If defined, it overrides the font size on effective label TextStyle on selected item, 11 is used as fallback if needed.

Implementation

final double? navigationRailSelectedLabelSize;