items property

The list of menu entries for the pull-down menu.

Can be either MacosPulldownMenuItems or MacosPulldownMenuDividers.

If the list of items is null, then the pull-down button will be disabled, i.e. it will be displayed in grey and not respond to input.

Implementation

final List<MacosPulldownMenuEntry>? items;