unselectedIconTheme property

IconThemeData? unselectedIconTheme
final

The size, opacity, and color of the icon in the currently unselected BottomNavigationBarItem.icons.

If this is not provided, the size will default to iconSize, the color will default to inactiveColor.

Implementation

final IconThemeData? unselectedIconTheme;