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