menuItems property

List<AudioGameMenuItem> menuItems
final

The menu items in this menu.

If the menuItems list is empty, then the menu will only show a title.

Implementation

final List<AudioGameMenuItem> menuItems;