XScrollRefreshIndicatorBuilder typedef

XScrollRefreshIndicatorBuilder = Widget Function(BuildContext context, double progress, bool isRefreshing)

Implementation

typedef XScrollRefreshIndicatorBuilder =
    Widget Function(BuildContext context, double progress, bool isRefreshing);