FUIComboBox<T> constructor
const
FUIComboBox<T> ({})
Implementation
const FUIComboBox({
super.key,
required this.value,
required this.items,
required this.itemLabelBuilder,
this.onChanged,
this.hintText,
this.enabled = true,
this.label,
});