custom_refresh_indicator library

Enums

IndicatorState
Describes state of CustomRefreshIndicator

Typedefs

IndicatorBuilder = Widget Function(BuildContext context, Widget child, IndicatorController controller)
OnRefresh = Future<void> Function()
OnStateChanged = void Function(IndicatorStateChange change)