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