SelectInput constructor
const
SelectInput({})
Implementation
const SelectInput({
required this.options,
this.value,
this.placeholder,
this.size = InputSize.md,
this.disabled = false,
this.required = false,
this.name,
this.id,
this.label,
this.error,
this.onChange,
this.fullWidth = false,
super.key,
});