dragSelectingTool property

DragSelectingTool dragSelectingTool

Gets or sets the mode-less DragSelectingTool, normally one of the #mouseMoveTools.

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

Implementation

_i3.DragSelectingTool get dragSelectingTool => _i4.getProperty(
      this,
      'dragSelectingTool',
    );
void dragSelectingTool=(DragSelectingTool value)

Implementation

set dragSelectingTool(_i3.DragSelectingTool value) {
  _i4.setProperty(
    this,
    'dragSelectingTool',
    value,
  );
}