pullToRefreshController property
- @SupportedPlatforms.new(platforms: [AndroidPlatform(note: 'To be able to use the "pull-to-refresh" feature, [InAppWebViewSettings.useHybridComposition] must be `true`.'), IOSPlatform()])
final
Represents the pull-to-refresh feature controller.
Officially Supported Platforms/Implementations:
- Android WebView:
- To be able to use the "pull-to-refresh" feature, InAppWebViewSettings.useHybridComposition must be
true.
- To be able to use the "pull-to-refresh" feature, InAppWebViewSettings.useHybridComposition must be
- iOS WKWebView
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(
platforms: [
AndroidPlatform(
note:
'To be able to use the "pull-to-refresh" feature, [InAppWebViewSettings.useHybridComposition] must be `true`.',
),
IOSPlatform(),
],
)
final PlatformPullToRefreshController? pullToRefreshController;