emptyView property
A widget to display in case of empty data.
If it is not specified, the widget provided by nearest StatefulDataDefaultViews will be used. In case it is also not specified, then StatefulDataEmptyView widget is displayed.
Implementation
final Widget? emptyView;