selectedItemColor property
final
The color of the selected BottomNavigationBarItem.icon and BottomNavigationBarItem.label.
If null then the ThemeData.primaryColor is used.
Implementation
final Color? selectedItemColor;
The color of the selected BottomNavigationBarItem.icon and BottomNavigationBarItem.label.
If null then the ThemeData.primaryColor is used.
final Color? selectedItemColor;