refreshWidgetBuilder method

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

Builds a custom refresh indicator widget.

Implementation

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