custom_refresh_indicator library

Classes

CustomRefreshIndicator
CustomRefreshIndicatorState
IndicatorBuilderDelegate
An abstract class for defining indicator delegates.
IndicatorController
IndicatorStateChange
Describes IndicatorState change.
MaterialIndicatorDelegate
Builds a container that behaves similarly to the material refresh indicator

Enums

IndicatorEdge
IndicatorSide
IndicatorState
Describes state of CustomRefreshIndicator widget.
IndicatorTrigger
Defines the trigger for the pull to refresh gesture.
IndicatorTriggerMode
Used to configure how CustomRefreshIndicator can be triggered.

Typedefs

IndicatorBuilder = Widget Function(BuildContext context, Widget child, IndicatorController controller)
MaterialIndicatorBuilder = Widget Function(BuildContext context, IndicatorController controller)
OnStateChanged = void Function(IndicatorStateChange change)