iconWidget property

Widget? iconWidget
final

A custom widget to represent the icon. If both icon and iconWidget are set, they will be shown at the same time.

Implementation

final Widget? iconWidget;