RefresherGridView constructor
const
RefresherGridView({
- Key? key,
- required int? itemCount,
- required GridController controller,
- dynamic onRefresh()?,
- dynamic onLoading()?,
- bool? enablePullDown,
- bool? enablePullUp,
- WidgetItemBuilder? widgetItemBuilder,
- EdgeInsets? padding,
- Widget? emptyView,
- required SliverGridDelegate gridDelegate,
Implementation
const RefresherGridView(
{super.key,
required this.itemCount,
required this.controller,
this.onRefresh,
this.onLoading,
this.enablePullDown,
this.enablePullUp,
this.widgetItemBuilder,
this.padding,
this.emptyView,
required this.gridDelegate});