pullToRefreshController property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(note: 'To be able to use the "pull-to-refresh" feature, [InAppWebViewSettings.useHybridComposition] must be `true`.'), IOSPlatform()])
PlatformPullToRefreshController? pullToRefreshController
final

Represents the pull-to-refresh feature controller.

Officially Supported Platforms/Implementations:

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;