items property

List<PopupMenuEntry<T>> items
final

The options that will appear when this menu is tapped.

See ZdsPopupMenuItem.

Must not be empty.

Implementation

final List<PopupMenuEntry<T>> items;