EasyRefreshConfig constructor

const EasyRefreshConfig({
  1. EasyRefreshController? controller,
  2. Header? header,
  3. Footer? footer,
  4. FutureOr onRefresh()?,
  5. FutureOr onLoad()?,
  6. NotRefreshHeader? notRefreshHeader,
  7. NotLoadFooter? notLoadFooter,
  8. bool? simultaneously,
  9. bool? canRefreshAfterNoMore,
  10. bool? canLoadAfterNoMore,
  11. bool? resetAfterRefresh,
  12. bool? refreshOnStart,
  13. Header? refreshOnStartHeader,
  14. double? callRefreshOverOffset,
  15. double? callLoadOverOffset,
  16. SpringDescription? spring,
  17. FrictionFactor? frictionFactor,
  18. ERScrollBehaviorBuilder? scrollBehaviorBuilder,
  19. Axis? triggerAxis,
  20. 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,
});