options property

  1. @Deprecated("Use settings instead")
PullToRefreshOptions get options

Use settings instead.

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

@Deprecated("Use settings instead")
PullToRefreshOptions get options => params.options;