Recaptcha constructor

const Recaptcha({
  1. required bool enabled,
  2. String? siteKey,
})

Implementation

const factory Recaptcha({
  required bool enabled,
  String? siteKey,
}) = _Recaptcha;