WebViewOptions class

Constructors

WebViewOptions({WebNavigationDelegate? navigationDelegate, List<CrossWindowEvent> crossWindowEvents = const [], BrowserWebViewOptions browser = const BrowserWebViewOptions(), NativeWebViewOptions native = const NativeWebViewOptions(), WindowsWebViewOptions windows = const WindowsWebViewOptions(), MarkdownOptions markdown = const MarkdownOptions(), WidgetsWebViewOptions widgets = const WidgetsWebViewOptions()})
const

Properties

browser BrowserWebViewOptions
final
crossWindowEvents List<CrossWindowEvent>
final
hashCode int
The hash code for this object.
no setterinherited
markdown MarkdownOptions
final
native NativeWebViewOptions
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgets WidgetsWebViewOptions
final
windows WindowsWebViewOptions
final

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