widgets/bouncing_refresh_indicator library

Enums

BouncingRefreshIndicatorStatus
Signature for the current status of a BouncingRefreshIndicator. Indicates whether the indicator is idle, loading, or loaded.

Typedefs

BouncingRefreshIndicatorBuilder = Widget Function(BouncingRefreshIndicatorStatus status, double fraction, bool isActive, bool isActivable)
Signature for a builder function that creates a widget for a BouncingRefreshIndicator based on the current refresh status.