InngageWebViewProperties constructor
InngageWebViewProperties({})
Implementation
InngageWebViewProperties({
this.backgroundColor = Colors.white,
this.appBarColor = Colors.blue,
this.loaderColor = Colors.blue,
this.appBarText = const Text('Webview'),
this.withZoom = true,
this.withLocalStorage = true,
this.debuggingEnabled = false,
this.withJavascript = true,
this.customLoading,
});