RefreshIndicatorBuilder typedef

RefreshIndicatorBuilder = Widget Function(BuildContext context, RefreshTriggerStage stage)

Implementation

typedef RefreshIndicatorBuilder = Widget Function(
    BuildContext context, RefreshTriggerStage stage);