BaseRefresh constructor
const
BaseRefresh({
- Key? key,
- BaseRefreshController? controller,
- ScrollController? scrollController,
- BaseHeader? header,
- VoidCallback? onRefresh,
- VoidCallback? onLoad,
- Widget? child,
Implementation
const BaseRefresh(
{super.key,
this.controller,
this.scrollController,
this.header,
this.onRefresh,
this.footer,
this.onLoad,
this.child})
: this.slivers = null;