customWidget property
final
A custom widget to display instead of the default content.
When provided, this widget will be displayed instead of the standard image, title, and subtitle layout. This allows for complete customization of the empty state appearance.
Implementation
final Widget? customWidget;