OtpInputProps constructor
const
OtpInputProps({})
Implementation
const OtpInputProps({
this.length = 6,
this.digits = const [],
this.obscure = false,
this.size = OtpInputSizeVariant.md,
this.disabled = false,
this.error,
this.label,
this.separator,
this.separatorPosition,
this.onInput,
});