navigationBarUnselectedIconSchemeColor property

SchemeColor? navigationBarUnselectedIconSchemeColor
final

Select which color from the theme's ColorScheme to use as base for the NavigationBar's unselected item icon color.

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

If undefined, defaults to SchemeColor.onSurface, and adds an alpha blend and opacity, if navigationBarMutedUnselectedIcon is true.

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

Implementation

final SchemeColor? navigationBarUnselectedIconSchemeColor;