WebKitWebViewWidgetCreationParams class

Object specifying creation parameters for a WebKitWebViewWidget.

Annotations

Constructors

WebKitWebViewWidgetCreationParams({Key? key, required PlatformWebViewController controller, TextDirection layoutDirection = TextDirection.ltr, Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{}, @visibleForTesting InstanceManager? instanceManager})
Constructs a WebKitWebViewWidgetCreationParams.
WebKitWebViewWidgetCreationParams.fromPlatformWebViewWidgetCreationParams(PlatformWebViewWidgetCreationParams params, {InstanceManager? instanceManager})
Constructs a WebKitWebViewWidgetCreationParams using a PlatformWebViewWidgetCreationParams.

Properties

controller → PlatformWebViewController
The PlatformWebViewController that allows controlling the native web view.
finalinherited
gestureRecognizers Set<Factory<OneSequenceGestureRecognizer>>
The gestureRecognizers specifies which gestures should be consumed by the web view.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
layoutDirection TextDirection
The layout direction to use for the embedded WebView.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override