DropdownMenuEntry<T> constructor
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,
});