SaafeWebViewWidget constructor
const
SaafeWebViewWidget({})
Implementation
const SaafeWebViewWidget({
super.key,
required this.redirectUrl,
this.onSuccess,
this.onError,
this.onLoad,
this.onCancel,
this.showCloseButton = true,
this.displayMode = DisplayMode.bottomSheet,
});