OudsPinCodeInput constructor
- Key? key,
- OudsPinCodeInputLength length = OudsPinCodeInputLength.six,
- String? helperText,
- String? errorText,
- List<
TextEditingController> ? controllers, - void onEditingComplete()?,
- void onChanged()?,
- required OudsDigitInputDecoration digitInputDecoration,
Implementation
OudsPinCodeInput({
super.key,
this.length = OudsPinCodeInputLength.six,
this.helperText,
this.errorText,
this.controllers,
this.onEditingComplete,
this.onChanged,
required this.digitInputDecoration,
});