PinCodeInput constructor
const
PinCodeInput({})
Implementation
const PinCodeInput({
super.key,
required this.currentPin,
this.pinLength = 5,
this.style = PinInputStyle.boxes,
this.hasError = false,
this.itemSize,
this.spacing = 12,
});