VSelect constructor
const
VSelect({})
Implementation
const VSelect({
super.key,
required this.items,
required this.onChange,
this.label,
this.value,
this.hint,
this.enabled = true,
this.width,
});
const VSelect({
super.key,
required this.items,
required this.onChange,
this.label,
this.value,
this.hint,
this.enabled = true,
this.width,
});