selectedIcon property

Widget? selectedIcon
final

The selectedIcon property in the ReactiveDestination class represents an alternative icon that is displayed when the destination is selected. It allows you to customize the visual representation of the destination when it is active or selected.

Implementation

final Widget? selectedIcon;