DropdownMenuEntry<T> constructor
const
DropdownMenuEntry<T> ({})
Creates an entry that is used with DropdownMenu.dropdownMenuEntries.
Implementation
const DropdownMenuEntry({
required this.value,
required this.label,
this.labelWidget,
this.leadingIcon,
this.trailingIcon,
this.enabled = true,
this.style,
});