InputOtp constructor
const
InputOtp({})
Implementation
const InputOtp({
super.key,
this.onCompleted,
this.onChanged,
this.validator,
this.length = 6,
this.autofocus = true,
this.disabledErrorText = false,
this.validateOnChange = false,
});