allowTextEdit property

bool allowTextEdit

Gets or sets whether the user may do in-place text editing. The initial value is true.

Implementation

_i2.bool get allowTextEdit => _i4.getProperty(
      this,
      'allowTextEdit',
    );
void allowTextEdit=(bool value)

Implementation

set allowTextEdit(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowTextEdit',
    value,
  );
}