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