unselectedItemColor property

Color? unselectedItemColor
final

The color of the unselected BarItem.iconData or BarItem.images.

If BarItem.inactiveColor is null then unselected item color is used. If null then the ThemeData.unselectedWidgetColor's color is used.

Implementation

final Color? unselectedItemColor;