items property
Items to show in the menu.
If items contains at least one tappable menu item of type PullDownMenuItem.selectable all of PullDownMenuItems should also be of type PullDownMenuItem.selectable.
In order to achieve it all PullDownMenuItems will automatically switch to "selectable" view.
Implementation
final List<PullDownMenuEntry> items;