initialLoadingErrorView property

Widget? initialLoadingErrorView
final

A widget to display in case of initial data loading failed.

If it is not specified, the widget provided by nearest StatefulDataDefaultViews will be used. In case it is also not specified, then StatefulDataInitialLoadingErrorView widget is displayed.

Implementation

final Widget? initialLoadingErrorView;