selectedItemColor property

Color? selectedItemColor
final

The color of the selected BottomNavigationBarItem.icon and BottomNavigationBarItem.title.

If null then the ThemeData.primaryColor is used.

Implementation

final Color? selectedItemColor;