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