contextMenuItems property

List<List<ContextMenuItem>>? contextMenuItems
final

The context menu items.

They will be shown when the user right click on the editor. Each item will be separated by a divider.

Defaults to standardContextMenuItems.

If empty the context menu won't appear.

Implementation

final List<List<ContextMenuItem>>? contextMenuItems;