RefreshWrapperDelegate typedef
RefreshWrapperDelegate =
RefreshConfiguration Function({required Widget child, required BuildContext context, })
Implementation
typedef RefreshWrapperDelegate = RefreshConfiguration Function({
required BuildContext context,
required Widget child,
RenderViewModel? footerModel,
});