AndroidWebViewConfiguration class
Android specific webview configuration settings.
Has no effect on iOS.
Constructors
- AndroidWebViewConfiguration.new({bool enableSlowWholeDocumentDraw = true, bool useWideViewPort = true, bool loadWithOverviewMode = true, bool setSupportZoom = true, bool builtInZoomControls = true, bool displayZoomControls = false, AndroidWebViewLayoutAlgorithm layoutAlgorithm = AndroidWebViewLayoutAlgorithm.normal})
-
Creates an instance of AndroidWebViewConfiguration with default values.
const
Properties
- builtInZoomControls → bool
-
Whether to have built-in zoom controls.
final
- displayZoomControls → bool
-
Whether to display zoom controls.
final
- enableSlowWholeDocumentDraw → bool
-
Whether to enable slow whole document drawing.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutAlgorithm → AndroidWebViewLayoutAlgorithm
-
The layout algorithm.
final
- loadWithOverviewMode → bool
-
Whether to load with overview mode.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setSupportZoom → bool
-
Whether to set support zoom.
final
- useWideViewPort → bool
-
Whether to use wide viewport.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited