unselectedItemColor property
The color of the unselected BottomNavigationBarItem.icon and BottomNavigationBarItem.labels.
If null then the ambient BottomNavigationBarThemeData.unselectedItemColor is used. If that is also null, ThemeData.unselectedWidgetColor is used.
Implementation
final Color? unselectedItemColor;