RefresherBuilder typedef

RefresherBuilder = Widget Function(BuildContext context, RefreshPhysics physics)

a builder for attaching refresh function with the physics

Implementation

typedef RefresherBuilder = Widget Function(
    BuildContext context, RefreshPhysics physics);