emptyGraphic property
An optional graphic to display when the data is empty.
This widget is typically an icon or image that visually represents the empty state. If null, no graphic will be displayed.
Implementation
final Widget? emptyGraphic;
An optional graphic to display when the data is empty.
This widget is typically an icon or image that visually represents the empty state. If null, no graphic will be displayed.
final Widget? emptyGraphic;