bottomNavigationBarSelectedIconSchemeColor property

SchemeColor? bottomNavigationBarSelectedIconSchemeColor
final

Select which color from the theme's ColorScheme to use as base for the BottomNavigationBar's selected item icon color.

All colors in the color scheme are not good choices, but some work well.

If undefined, defaults to SchemeColor.primary.

If useFlutterDefaults is true, and this property and all other icon modifying properties are undefined, the effective color will be ColorScheme.primary in light and ColorScheme.dark in dark theme mode.

Implementation

final SchemeColor? bottomNavigationBarSelectedIconSchemeColor;