DropdownItem<T> constructor
const
DropdownItem<T> ({})
Implementation
const DropdownItem({
this.value,
this.label,
this.selected = false,
this.section = false,
this.placeholder = false,
}) : disabled = section || placeholder;