unselectedItemColor property
final
The color of the unselected BottomNavigationBarItem.icon and BottomNavigationBarItem.labels.
If null then the ThemeData.unselectedWidgetColor's color is used.
Implementation
final Color? unselectedItemColor;