RecaptchaWidget constructor
const
RecaptchaWidget({
- Key? key,
- required String siteKey,
- required dynamic onVerified(),
- VoidCallback? onExpired,
- VoidCallback? onError,
- bool fullScreen = false,
Implementation
const RecaptchaWidget({
super.key,
required this.siteKey,
required this.onVerified,
this.onExpired,
this.onError,
this.fullScreen = false,
});