rotatingTool property

RotatingTool 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',
    );
void rotatingTool=(RotatingTool value)

Implementation

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