bottomNavigationBarMutedUnselectedLabel property

bool? bottomNavigationBarMutedUnselectedLabel
final

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

If undefined, defaults to true.

Implementation

final bool? bottomNavigationBarMutedUnselectedLabel;