RefreshHeaderController constructor

RefreshHeaderController(
  1. BuildContext context, {
  2. RefreshMode? mode,
  3. double? pulledExtent,
  4. double? refreshTriggerPullDistance,
  5. Duration? completeDuration,
  6. bool? success,
  7. bool? noMore,
  8. double? height,
  9. bool? enableInfiniteRefresh,
  10. double? refreshIndicatorExtent,
})

Implementation

RefreshHeaderController(this.context,
    {this.mode,
    this.pulledExtent,
    this.refreshTriggerPullDistance,
    this.completeDuration,
    this.success,
    this.noMore,
    this.height,
    this.enableInfiniteRefresh,
    this.refreshIndicatorExtent});