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