PullToRefreshSettings constructor
- bool? allowWithNoScrollbar = false,
- AttributedString? attributedTitle,
- Color? backgroundColor,
- Color? color,
- int? distanceToTriggerSync,
- bool? enabled = true,
- PullToRefreshSize? size,
- int? slingshotDistance,
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- Windows WebView2
Implementation
PullToRefreshSettings({
this.allowWithNoScrollbar = false,
this.attributedTitle,
this.backgroundColor,
this.color,
this.distanceToTriggerSync,
this.enabled = true,
this.size,
this.slingshotDistance,
});