selectedIconTheme property
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.
Implementation
final IconThemeData? selectedIconTheme;