navigationBarMutedUnselectedLabel property

bool? navigationBarMutedUnselectedLabel
final

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

If undefined, defaults to true.

Implementation

final bool? navigationBarMutedUnselectedLabel;