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