PullToRefreshSettings constructor

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

Implementation

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