widgets/clamping_refresh_indicator library

Enums

ClampingRefreshIndicatorStatus
Signature for the current status of a ClampingRefreshIndicator. Indicates whether the indicator is idle, being pulled, or loading.

Typedefs

ClampingRefreshIndicatorBuilder = Widget Function(ClampingRefreshIndicatorStatus status, double fraction, double fadeFraction, bool isActivable)
Signature for a builder function that creates a widget for a ClampingRefreshIndicator based on the current refresh status.