AliyunCaptchaButton constructor

AliyunCaptchaButton({
  1. Key? key,
  2. AliyunCaptchaController? controller,
  3. AliyunCaptchaType? type,
  4. AliyunCaptchaOption? option,
  5. String? customStyle,
  6. dynamic onSuccess(
    1. dynamic data
    )?,
  7. dynamic onFailure(
    1. String failCode
    )?,
  8. dynamic onError(
    1. String errorCode
    )?,
})

Implementation

AliyunCaptchaButton({
  Key? key,
  this.controller,
  this.type,
  this.option,
  this.customStyle,
  this.onSuccess,
  this.onFailure,
  this.onError,
}) : super(key: key);