BouncingRefreshIndicatorBuilder typedef
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.
Implementation
typedef BouncingRefreshIndicatorBuilder = Widget Function(
BouncingRefreshIndicatorStatus status,
double fraction,
bool isActive,
bool isActivable,
);