allowTextEdit property
bool
get
allowTextEdit
Gets or sets whether the user may do in-place text editing in this layer. The initial value is true.
Implementation
_i2.bool get allowTextEdit => _i4.getProperty(
this,
'allowTextEdit',
);
set
allowTextEdit
(bool value)
Implementation
set allowTextEdit(_i2.bool value) {
_i4.setProperty(
this,
'allowTextEdit',
value,
);
}