navigationBarUnselectedLabelSize property

double? navigationBarUnselectedLabelSize
final

The size of the text label on unselected NavigationBar items.

If defined, it overrides the font size on effective label TextStyle on unselected items, 12 is used as fallback if needed.

Implementation

final double? navigationBarUnselectedLabelSize;