navigationBarMutedUnselectedIcon property

bool? navigationBarMutedUnselectedIcon
final

If true, the unselected icon in the NavigationBar use a more muted color version of the color defined by navigationBarUnselectedIconSchemeColor. The muting is unselected color with blendAlpha(unselected color, kUnselectedBackgroundPrimaryAlphaBlend) and withAlpha(kUnselectedAlphaBlend).

If undefined, defaults to false.

Implementation

final bool? navigationBarMutedUnselectedIcon;