dropdownMenuEntries property
Descriptions of the menu items in the CustomDropdownMenu.
This is a required parameter. It is recommended that at least one ZeroDropdownMenuEntry is provided. If this is an empty list, the menu will be empty and only contain space for padding.
Implementation
final List<ZeroDropdownMenuEntry<T>> dropdownMenuEntries;