OudsDigitInput constructor
Implementation
const OudsDigitInput({
super.key,
required this.index,
this.isError = false,
this.digitInputDecoration,
this.isFocused = false,
this.displayValue = '',
});
const OudsDigitInput({
super.key,
required this.index,
this.isError = false,
this.digitInputDecoration,
this.isFocused = false,
this.displayValue = '',
});