InngageWebViewProperties class

Constructors

InngageWebViewProperties({Color backgroundColor = Colors.white, Color appBarColor = Colors.blue, Color loaderColor = Colors.blue, Text appBarText = const Text('Webview'), bool withZoom = true, bool withLocalStorage = true, bool debuggingEnabled = false, bool withJavascript = true, Widget? customLoading})

Properties

appBarColor Color
getter/setter pair
appBarText Text
getter/setter pair
backgroundColor Color
getter/setter pair
customLoading Widget?
getter/setter pair
debuggingEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loaderColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withJavascript bool
getter/setter pair
withLocalStorage bool
getter/setter pair
withZoom bool
getter/setter pair

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