LionInput constructor
LionInput({})
Implementation
LionInput({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.disabled = false,
this.validator,
});
LionInput({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.disabled = false,
this.validator,
});