WebKitWebViewUIImplementationOptionsIOS constructor
- ModalPresentationStyle? modalPresentationStyle,
- bool? isInspectable,
- String? wechatRedirectURI,
Implementation
WebKitWebViewUIImplementationOptionsIOS({
this.modalPresentationStyle,
this.navigationBarBackgroundColor,
this.navigationBarButtonTintColor,
this.isInspectable,
this.wechatRedirectURI,
});