ReCaptchaWebView constructor
const
ReCaptchaWebView({})
Implementation
const ReCaptchaWebView(
{Key? key,
required this.width,
required this.height,
required this.onTokenReceived,
required this.webViewColor})
: super(key: key);