CaptchaWebViewWeb constructor
const
CaptchaWebViewWeb({})
Implementation
const CaptchaWebViewWeb({
super.key,
required this.html,
required this.onSuccess,
required this.onError,
this.onLoaded,
this.useInAppWebViewOnWeb = false,
required this.enableDebugLogging,
this.captchaHeight = 550,
this.captchaWidth = 550,
});