NumberCaptcha constructor

const NumberCaptcha(
  1. String code, {
  2. Key? key,
})

Implementation

const NumberCaptcha(this.code, {Key? key}) : super(key: key);