selectedIconTheme property

IconThemeData? selectedIconTheme
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 activeColor.

Implementation

final IconThemeData? selectedIconTheme;