DropdownItem<T> constructor
Creates a DropdownItem.
Implementation
const DropdownItem({
required this.value,
required this.label,
this.icon,
});
Creates a DropdownItem.
const DropdownItem({
required this.value,
required this.label,
this.icon,
});