SuggestionDropdown constructor
const
SuggestionDropdown({})
Implementation
const SuggestionDropdown({
required this.config,
required this.value,
required this.onSelected,
required this.setError,
this.onChanged,
this.onSaved,
super.key,
});