refreshWidgetBuilder method

Widget? refreshWidgetBuilder(
  1. BuildContext context,
  2. double swipeRefreshHeight
)

Implementation

Widget? refreshWidgetBuilder(BuildContext context, double swipeRefreshHeight) {
  return null;
}