fetchLoader property

Widget? fetchLoader
final

Loader widget shown during the initial fetch.

Resolution order: this widget, then FluttyStateConfig.defaultFetchLoader, then the default centered RefreshProgressIndicator.

Implementation

final Widget? fetchLoader;