unselectedItemColor property

Color? unselectedItemColor
final

The color of the unselected BottomNavigationBarItem.icon and BottomNavigationBarItem.titles.

If null then the ThemeData.unselectedWidgetColor's color is used.

Implementation

final Color? unselectedItemColor;