NicePinCodeInput constructor
const
NicePinCodeInput({})
Implementation
const NicePinCodeInput({
super.key,
this.length = 6,
this.onCompleted,
this.onChanged,
this.obscureText = false,
this.autofocus = false,
this.keyboardType = TextInputType.number,
this.boxWidth = 48,
this.boxHeight = 56,
this.spacing = 12,
this.style,
this.enabled = true,
this.errorText,
});