AuthInput constructor
const
AuthInput({})
Implementation
const AuthInput({
super.key,
required String label,
this.placeholder,
this.hint,
this.error,
this.type = AuthInputType.text,
this.value,
this.onInput,
this.disabled = false,
this.autofocus = false,
this.name,
}) : labelText = label;