RefreshFooterController constructor

RefreshFooterController({
  1. double? loadIndicatorExtent,
  2. double? pulledExtent,
  3. bool? noMore,
  4. bool? enableInfiniteLoad,
  5. LoadMode? mode,
  6. double? loadTriggerPullDistance,
  7. Widget? loadIndicatorWidget,
})

Implementation

RefreshFooterController({this.loadIndicatorExtent,
  this.pulledExtent,
  this.noMore,
  this.enableInfiniteLoad,
  this.mode,
  this.loadTriggerPullDistance,
  this.loadIndicatorWidget});