initialLoadingView property

Widget? initialLoadingView
final

A widget to display during initial data loading.

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

Implementation

final Widget? initialLoadingView;