popupMenuItems property

List<CNPopupMenuEntry>? popupMenuItems
final

Popup menu items to display when the action is pressed. If provided, this action will show a popup menu instead of calling onPressed.

Implementation

final List<CNPopupMenuEntry>? popupMenuItems;