loadingView property

Widget? loadingView
final

A widget to display during data loading.

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

Implementation

final Widget? loadingView;