SMSCodeInput constructor

const SMSCodeInput(
  1. {Key? key,
  2. bool autofocus = true,
  3. Widget? text,
  4. SMSCodeSubmitCallback? onSubmit}
)

Implementation

const SMSCodeInput({
  Key? key,
  this.autofocus = true,
  this.text,
  this.onSubmit,
}) : super(key: key);