CaptchaComponent constructor
const
CaptchaComponent({
- Key? key,
- required ComponentModel component,
- required String? value,
- required ValueChanged<
String?> onChanged,
Implementation
const CaptchaComponent({super.key, required this.component, required this.value, required this.onChanged});