clickCreatingTool property

ClickCreatingTool get clickCreatingTool

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

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

Implementation

_i3.ClickCreatingTool get clickCreatingTool => _i4.getProperty(
      this,
      'clickCreatingTool',
    );
set clickCreatingTool (ClickCreatingTool value)

Implementation

set clickCreatingTool(_i3.ClickCreatingTool value) {
  _i4.setProperty(
    this,
    'clickCreatingTool',
    value,
  );
}