icon property

Widget icon
final

The icon displayed when this destination is not selected.

While typically an Icon widget (usually an outlined variant), this can be any widget. For example:

  • Icon with outlined style
  • SvgPicture for SVG icons
  • Image for custom images

Implementation

final Widget icon;