navigationBarHighlightSchemeColor property

SchemeColor? navigationBarHighlightSchemeColor
final

Select which color from the theme ColorScheme to use as base for the selected navigation bar's highlighted item.

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

If null, the default value depends on the navigationBarIsStyled value. If it is true, resulting color is primary, if false, secondary via NavigationBar widget's default behavior. If the property is defined, the resulting ColorScheme color is always the color selected by this property.

Implementation

final SchemeColor? navigationBarHighlightSchemeColor;