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