WidgetsWebViewOptions class

Constructors

WidgetsWebViewOptions({bool? buildAsync, WidgetFactory factoryBuilder()?, Uri? baseUrl, CustomStylesBuilder? customStylesBuilder, CustomWidgetBuilder? customWidgetBuilder, OnErrorBuilder? onErrorBuilder, OnLoadingBuilder? onLoadingBuilder, void onTapImage(ImageMetadata)?, FutureOr<bool> onTapUrl(String)?, List? rebuildTriggers, TextStyle? textStyle, bool isSelectable = false, bool enableCaching = true, ValueChanged<SelectedContent?>? onSelectionChanged, RenderMode renderMode = RenderMode.column})
const

Properties

baseUrl Uri?
final
buildAsync bool?
final
customStylesBuilder → CustomStylesBuilder?
final
customWidgetBuilder → CustomWidgetBuilder?
final
enableCaching bool
final
factoryBuilder → WidgetFactory Function()?
final
hashCode int
The hash code for this object.
no setterinherited
isSelectable bool
final
onErrorBuilder → OnErrorBuilder?
final
onLoadingBuilder → OnLoadingBuilder?
final
onSelectionChanged ValueChanged<SelectedContent?>?
final
onTapImage → void Function(ImageMetadata)?
final
onTapUrl FutureOr<bool> Function(String)?
final
rebuildTriggers List?
final
renderMode → RenderMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
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