emptyViewWidget property
Widget to display when the data list is empty. When provided and data is empty, this widget will be shown instead of the header and body, but the action bar will remain visible.
Implementation
final Widget? emptyViewWidget;
Widget to display when the data list is empty. When provided and data is empty, this widget will be shown instead of the header and body, but the action bar will remain visible.
final Widget? emptyViewWidget;