selectedItemColor property

Color? selectedItemColor
final

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

If BarItem.activeColor is null then selected item color is used. If null then the ThemeData.primaryColor is used.

Implementation

final Color? selectedItemColor;