selectedItemColor property

Color? selectedItemColor
final

The color of the selected OneUIBottomNavigationBarItem.label.

If null then the ThemeData.primaryColor is used.

Implementation

final Color? selectedItemColor;