bottomNavigationBarMutedUnselectedIcon property

bool? bottomNavigationBarMutedUnselectedIcon
final

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

If undefined, defaults to true.

Implementation

final bool? bottomNavigationBarMutedUnselectedIcon;