allowUndo property
bool
get
allowUndo
Gets or sets whether the user may undo or redo any changes. The initial value is true.
Implementation
_i2.bool get allowUndo => _i4.getProperty(
this,
'allowUndo',
);
set
allowUndo
(bool value)
Implementation
set allowUndo(_i2.bool value) {
_i4.setProperty(
this,
'allowUndo',
value,
);
}