unselectedItemColor property

Color? unselectedItemColor
final

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;