WindowsWebViewOptions constructor
const
WindowsWebViewOptions({})
Implementation
const WindowsWebViewOptions({
this.popupWindowPolicy = WebviewPopupWindowPolicy.deny,
this.backgroundColor = Colors.transparent,
this.onUrlChanged,
this.onError,
this.userDataPath,
this.browserExePath,
this.additionalArguments,
});