contextMenuTool property

ContextMenuTool get contextMenuTool

Gets or sets the mode-less ContextMenuTool, normally one of the #mouseUpTools.

You can disable this tool by setting its Tool#isEnabled property to false.

Implementation

_i3.ContextMenuTool get contextMenuTool => _i4.getProperty(
      this,
      'contextMenuTool',
    );
set contextMenuTool (ContextMenuTool value)

Implementation

set contextMenuTool(_i3.ContextMenuTool value) {
  _i4.setProperty(
    this,
    'contextMenuTool',
    value,
  );
}