navigationRailMutedUnselectedLabel property

bool? navigationRailMutedUnselectedLabel
final

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

If undefined, defaults to true.

Implementation

final bool? navigationRailMutedUnselectedLabel;