ArcaneOtpInput constructor
const
ArcaneOtpInput({
- int length = 6,
- void onComplete()?,
- void onChange()?,
- String? value,
- bool obscure = false,
- OtpInputSize size = OtpInputSize.md,
- bool disabled = false,
- String? error,
- String? label,
- String? separator,
- int? separatorPosition,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
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,
this.styles,
this.decoration,
super.key,
});