tailItems property
The List of defined Popup Menu Items at the tail end of the menu.
Implementation
List<PopupMenuItem<dynamic>> tailItems = [];
The List of defined Popup Menu Items at the tail end of the menu.
List<PopupMenuItem<dynamic>> tailItems = [];