options property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform(), WindowsPlatform()])
  2. @Deprecated("Use settings instead")
PullToRefreshOptions options
getter/setter pair

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

@SupportedPlatforms(
  platforms: [AndroidPlatform(), IOSPlatform(), WindowsPlatform()],
)
@Deprecated("Use settings instead")
late PullToRefreshOptions options;