emptyViewWidget property

Widget? emptyViewWidget
final

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;