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