refreshWidgetBuilder method
Builds a custom refresh indicator widget.
Implementation
Widget? refreshWidgetBuilder(
BuildContext context,
double swipeRefreshHeight,
) {
return null;
}
Builds a custom refresh indicator widget.
Widget? refreshWidgetBuilder(
BuildContext context,
double swipeRefreshHeight,
) {
return null;
}