BaseRefresh.custom constructor
const
BaseRefresh.custom({
- Key? key,
- EasyRefreshController? controller,
- ScrollController? scrollController,
- Header? header,
- bool firstRefresh = false,
- Widget? firstRefreshWidget,
- OnRefreshCallback? onRefresh,
- OnLoadCallback? onLoad,
- Widget? emptyWidget,
- List<
Widget> ? slivers,
Implementation
const BaseRefresh.custom(
{Key? key,
this.controller,
this.scrollController,
this.header,
this.firstRefresh = false,
this.firstRefreshWidget,
this.onRefresh,
this.footer,
this.onLoad,
this.emptyWidget,
this.slivers})
: this.child = null,
super(key: key);