AuiDropdownItem<T> constructor
const
AuiDropdownItem<T> ({})
Creates a dropdown item.
Implementation
const AuiDropdownItem({
required this.value,
required this.label,
this.icon,
this.disabled = false,
});