imageWidget property
final
A custom widget to display in place of the default image.
When provided, this widget will be used instead of loading an image from image or packageImage. This allows for custom illustrations or icons to be displayed.
Implementation
final Widget? imageWidget;