PullToRefreshOptions constructor

PullToRefreshOptions({
  1. bool enabled = true,
  2. Color? color,
  3. Color? backgroundColor,
  4. bool allowWithNoScrollbar = false,
  5. int? distanceToTriggerSync,
  6. int? slingshotDistance,
  7. AndroidPullToRefreshSize? size,
  8. IOSNSAttributedString? attributedTitle,
})

Implementation

PullToRefreshOptions({
  this.enabled = true,
  this.color,
  this.backgroundColor,
  this.allowWithNoScrollbar = false,
  this.distanceToTriggerSync,
  this.slingshotDistance,
  this.size,
  this.attributedTitle,
});