WebviewUtil class

Constructors

WebviewUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

bodyStartsWithHtmlString String
getter/setter pair
calculateHtmlDocDimensions String
getter/setter pair
controller ↔ WebViewController?
getter/setter pair
sizeNotifier ValueNotifier<Map<String, double>>
getter/setter pair

Static Methods

adjustWebviewZoom({int scale = 4}) → void
clearCache() → void
getWebView() Widget
getWebViewWidget(String? body, String? textColor, String? contentHeight, {WebViewController? tourWebViewController}) Widget
init({required bool isTour}) → WebViewController
load(String? url, String? body, {WebViewController? tourWebViewController}) → dynamic
loadHtml(String? body, {WebViewController? tourWebViewController}) → void
loadUrl(String url) → void