MobileSpecificParams class

Parameters specific to the mobile version.

This may merge with WebSpecificParams in the future.

Constructors

MobileSpecificParams({Set<Factory<OneSequenceGestureRecognizer>>? mobileGestureRecognizers, bool gestureNavigationEnabled = false, bool debuggingEnabled = false, bool androidEnableHybridComposition = false})
Constructor
const

Properties

androidEnableHybridComposition bool
Enable WebView hybrid composition
final
debuggingEnabled bool
Same as the original one from webview_flutter.
final
gestureNavigationEnabled bool
Same as the original one from webview_flutter.
final
hashCode int
The hash code for this object.
no setterinherited
mobileGestureRecognizers Set<Factory<OneSequenceGestureRecognizer>>?
A set of gesture recognizers.
final
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.
inherited