navigationRailMutedUnselectedIcon property

bool? navigationRailMutedUnselectedIcon
final

If true, the unselected icon in the NavigationRail 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 true.

Implementation

final bool? navigationRailMutedUnselectedIcon;