PullToRefreshOptions constructor
- bool enabled = true,
- Color? color,
- Color? backgroundColor,
- bool allowWithNoScrollbar = false,
- int? distanceToTriggerSync,
- int? slingshotDistance,
- AndroidPullToRefreshSize? size,
- IOSNSAttributedString? attributedTitle,
Implementation
PullToRefreshOptions({
this.enabled = true,
this.color,
this.backgroundColor,
this.allowWithNoScrollbar = false,
this.distanceToTriggerSync,
this.slingshotDistance,
this.size,
this.attributedTitle,
});