MultiSelectDropDown constructor
const
MultiSelectDropDown({})
Implementation
const MultiSelectDropDown({
super.key,
required this.title,
required this.items,
required this.onChanged,
required this.value,
this.hint = '',
this.primaryColor,
this.suffixIcon,
this.separator = ",,,",
this.decoration,
});