ArcaneOtpInput constructor
const
ArcaneOtpInput({})
Implementation
const ArcaneOtpInput({
this.length = 6,
this.onComplete,
this.onChange,
this.value,
this.obscure = false,
this.size = OtpInputSize.md,
this.disabled = false,
this.error,
this.label,
this.separator,
this.separatorPosition,
super.key,
});