rotatingTool property

RotatingTool get rotatingTool

Gets or sets the mode-less RotatingTool, normally one of the #mouseDownTools.

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

Implementation

_i3.RotatingTool get rotatingTool => _i4.getProperty(
      this,
      'rotatingTool',
    );
set rotatingTool (RotatingTool value)

Implementation

set rotatingTool(_i3.RotatingTool value) {
  _i4.setProperty(
    this,
    'rotatingTool',
    value,
  );
}