fetchLoader property
Loader widget shown during the initial fetch.
Resolution order: this widget, then FluttyStateConfig.defaultFetchLoader, then the default centered RefreshProgressIndicator.
Implementation
final Widget? fetchLoader;
Loader widget shown during the initial fetch.
Resolution order: this widget, then FluttyStateConfig.defaultFetchLoader, then the default centered RefreshProgressIndicator.
final Widget? fetchLoader;