CoolDropdownItem<T> constructor
CoolDropdownItem<T> ({})
Implementation
CoolDropdownItem({
required this.label,
this.isSelected = false,
this.icon,
this.selectedIcon,
required this.value,
});