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