LionInput constructor
const
LionInput({})
Implementation
const LionInput({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.disabled = false,
this.validator,
this.placeholder,
this.maxLength,
this.obscureText = false,
this.prefixIcon,
this.semanticLabel,
});