RefreshIndicatorBuilder typedef
RefreshIndicatorBuilder =
Widget Function(BuildContext context, RefreshTriggerStage stage)
Builder function for custom refresh indicators.
Parameters:
context: The build contextstage: Current refresh trigger stage with progress information
Returns a widget that visualizes the refresh state.
Implementation
typedef RefreshIndicatorBuilder = Widget Function(
BuildContext context, RefreshTriggerStage stage);