selectedIcon property

IconData? selectedIcon
getter/setter pair

The optional IconData that's displayed when this NavigationDestination is selected. Only used for material 3 style bottom bar.

Implementation

IconData? selectedIcon;