settings property

PullToRefreshSettings get settings

Initial settings.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • Windows WebView2

Use the PlatformPullToRefreshControllerCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

PullToRefreshSettings get settings => params.settings;