emptyGraphic property

Widget? emptyGraphic
final

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;