CustomDropdown<T> constructor
const
CustomDropdown<T> ({})
Implementation
const CustomDropdown({
super.key,
required this.value,
required this.items,
required this.onChanged,
required this.hint,
required this.isLoading,
required this.theme,
required this.itemBuilder,
this.isExpanded = true,
this.enabled = true,
this.searchFilter,
});