refreshConfiguration property

RefreshConfiguration? refreshConfiguration
final

Optional configuration for the pull-to-refresh indicator. Overrides the global AbstractConfiguration.refreshConfiguration for this list. When non-null, the default Material RefreshIndicator is replaced by AbstractRefreshIndicator configured with these values. When both this and the global config value are null, the default RefreshIndicator is used.

Implementation

final RefreshConfiguration? refreshConfiguration;