OtpShadInput constructor
const
OtpShadInput({})
Implementation
const OtpShadInput({
super.key,
this.focusNode, // Map focusNode
this.hasError = false, // Map hasError
this.onCompleted,
this.onChanged,
this.validator,
this.length = 6,
this.autofocus = true,
this.disabledErrorText = false,
this.enabled = true,
});