HubbleWebViewParams class

Constructors

HubbleWebViewParams({Future<bool> onNavigationRequest(HubbleWebViewNavigationRequest request)?, void onPageStarted(String url)?, void onPageFinished(String url)?, void onProgress(int progress)?, void onWebResourceError(dynamic error)?, void onUrlChange(String url)?, HubbleWebViewJavascriptMode javascriptMode = HubbleWebViewJavascriptMode.unrestricted, required String initialUrl, required Color backgroundColor})
const

Properties

backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
initialUrl String
final
javascriptMode HubbleWebViewJavascriptMode
final
onNavigationRequest Future<bool> Function(HubbleWebViewNavigationRequest request)?
final
onPageFinished → void Function(String url)?
final
onPageStarted → void Function(String url)?
final
onProgress → void Function(int progress)?
final
onUrlChange → void Function(String url)?
final
onWebResourceError → void Function(dynamic error)?
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited