navigationBarSelectedLabelSchemeColor property

SchemeColor? navigationBarSelectedLabelSchemeColor
final

Select which color from the passed in ColorScheme to use as base for the NavigationBar's label text color.

All colors in the color scheme are not good choices, but some work well.

If undefined, defaults to SchemeColor.primary.

If useFlutterDefaults is true, and this property and all other label modifying properties are undefined, including the text style, the effective color will be ColorScheme.onSurface in M2 and M3.

Implementation

final SchemeColor? navigationBarSelectedLabelSchemeColor;