RefresherBuilder typedef
        RefresherBuilder =
     Widget Function(BuildContext context, RefreshPhysics physics)
    
    
a builder for attaching refresh function with the physics
Implementation
typedef Widget RefresherBuilder(BuildContext context, RefreshPhysics physics);