tailItems property

List<PopupMenuItem> tailItems
getter/setter pair

The List of defined Popup Menu Items at the tail end of the menu.

Implementation

List<PopupMenuItem<dynamic>> tailItems = [];