selectedIcon property

Widget selectedIcon
final

The icon displayed when this destination is selected.

This should be a selected/active variant of the icon, typically:

  • A filled version if icon is outlined
  • A highlighted version if icon is normal
  • A different color or style that indicates active state

Implementation

final Widget selectedIcon;