WebViewConfiguration class
Configuration settings for webview
Constructors
- WebViewConfiguration.new({bool javaScriptEnabled = true, bool javaScriptCanOpenWindowsAutomatically = false, AndroidWebViewConfiguration androidWebViewConfiguration = const AndroidWebViewConfiguration()})
-
Creates an instance of WebViewConfiguration with default values.
const
Properties
- androidWebViewConfiguration → AndroidWebViewConfiguration
-
Android specific webview configuration settings.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- javaScriptCanOpenWindowsAutomatically → bool
-
Whether to allow JavaScript to open new windows automatically.
final
- javaScriptEnabled → bool
-
Whether to enable JavaScript execution in the webview.
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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited