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