RecaptchaV2Button constructor
const
RecaptchaV2Button({})
Implementation
const RecaptchaV2Button({
super.key,
this.isErrorShowing = false,
required this.onVerified,
required this.apiKey,
required this.apiSecret,
required this.pluginURL,
});