enabled property
Whether the menu item is enabled or disabled.
The default value is true. If true, the ZeroDropdownMenuEntry.label will be filled out in the text field of the CustomDropdownMenu when this entry is clicked; otherwise, this entry is disabled.
Implementation
final bool enabled;