actions property

List<Widget> actions
final

The actions that are shown in the menu.

These actions are typically CupertinoContextMenuActions.

This parameter must not be empty.

Implementation

final List<Widget> actions;