CustomMultiSelectDropdown<T> constructor
const
CustomMultiSelectDropdown<T> ({})
Implementation
const CustomMultiSelectDropdown({
super.key,
required this.items,
required this.itemLabel,
required this.onSelectionChanged,
});