EasyRefreshConfig constructor
const
EasyRefreshConfig({
- EasyRefreshController? controller,
- Header? header,
- FutureOr onRefresh()?,
- FutureOr onLoad()?,
- NotRefreshHeader? notRefreshHeader,
- bool? simultaneously,
- bool? canRefreshAfterNoMore,
- bool? canLoadAfterNoMore,
- bool? resetAfterRefresh,
- bool? refreshOnStart,
- Header? refreshOnStartHeader,
- double? callRefreshOverOffset,
- double? callLoadOverOffset,
- SpringDescription? spring,
- FrictionFactor? frictionFactor,
- ERScrollBehaviorBuilder? scrollBehaviorBuilder,
- Axis? triggerAxis,
- ScrollController? scrollController,
Implementation
const EasyRefreshConfig({
this.controller,
this.header,
this.footer,
this.onRefresh,
this.onLoad,
this.notRefreshHeader,
this.notLoadFooter,
this.simultaneously,
this.canRefreshAfterNoMore,
this.canLoadAfterNoMore,
this.resetAfterRefresh,
this.refreshOnStart,
this.refreshOnStartHeader,
this.callRefreshOverOffset,
this.callLoadOverOffset,
this.spring,
this.frictionFactor,
this.scrollBehaviorBuilder,
this.triggerAxis,
this.scrollController,
});