selectedItemColor property

Color? selectedItemColor
final

The color of the selected FlexibleBottomNavigationBarItem.icon and FlexibleBottomNavigationBarItem.label.

If null then the ThemeData.primaryColor is used.

Implementation

final Color? selectedItemColor;