StringComboboxWidget constructor
StringComboboxWidget({})
Implementation
StringComboboxWidget({
super.key,
required this.app,
required this.initialValue,
required this.feedback,
required this.options,
this.descriptions,
required this.title,
});