BootpayWebKitWebViewWidgetCreationParams class
Object specifying creation parameters for a BootpayWebKitWebViewWidget.
- Annotations
Constructors
-
BootpayWebKitWebViewWidgetCreationParams({Key? key, required PlatformWebViewController controller, TextDirection layoutDirection = TextDirection.ltr, Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{}, @visibleForTesting PigeonInstanceManager? instanceManager})OneSequenceGestureRecognizer> > - Constructs a BootpayWebKitWebViewWidgetCreationParams.
- BootpayWebKitWebViewWidgetCreationParams.fromPlatformWebViewWidgetCreationParams(PlatformWebViewWidgetCreationParams params, {PigeonInstanceManager? instanceManager})
-
Constructs a BootpayWebKitWebViewWidgetCreationParams using a
PlatformWebViewWidgetCreationParams.
Properties
- controller → PlatformWebViewController
-
The
PlatformWebViewControllerthat allows controlling the native web view.finalinherited -
gestureRecognizers
→ Set<
Factory< OneSequenceGestureRecognizer> > -
The
gestureRecognizersspecifies 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