draggingTool property
DraggingTool
get
draggingTool
Gets or sets the mode-less DraggingTool, normally one of the #mouseMoveTools.
You can disable this tool by setting its Tool#isEnabled property to false.
Implementation
_i3.DraggingTool get draggingTool => _i4.getProperty(
this,
'draggingTool',
);
set
draggingTool
(DraggingTool value)
Implementation
set draggingTool(_i3.DraggingTool value) {
_i4.setProperty(
this,
'draggingTool',
value,
);
}