PullToRefreshOptions constructor

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

Implementation

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