RefreshSliverWidget constructor
const
RefreshSliverWidget({
- Key? key,
- List<
Widget> ? slivers, - bool? enableRefresh,
- bool? enableLoad,
- OnRefreshCall? onRefresh,
- OnLoadCall? onLoad,
- Widget? emptyWidget,
- bool? isVisibilityFirstLoadWidget,
- RefreshInitCall? initCall,
- ScrollController? scrollController,
- OnFinishLoadCall? finishLoadCall,
- Widget? loadIndicatorWidget,
Implementation
const RefreshSliverWidget(
{Key? key,
this.slivers,
this.enableRefresh,
this.enableLoad,
this.onRefresh,
this.onLoad,
this.emptyWidget,
this.isVisibilityFirstLoadWidget,
this.footer,
this.initCall,
this.scrollController,
this.finishLoadCall,
this.loadIndicatorWidget})
: super(key: key);