selectedIconTheme property

IconThemeData? selectedIconTheme
final

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

If BottomNavigationBar.selectedIconTheme is non-null on the widget, the whole IconThemeData from the widget will be used over this selectedIconTheme.

See BottomNavigationBar.selectedIconTheme.

Implementation

final IconThemeData? selectedIconTheme;