actions property
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;
The actions that are shown in the menu.
These actions are typically CupertinoContextMenuActions.
This parameter must not be empty.
final List<Widget> actions;