contentEditable property

String contentEditable

Implementation

_i2.String get contentEditable => _i4.getProperty(
      this,
      'contentEditable',
    );
void contentEditable=(String value)

Implementation

set contentEditable(_i2.String value) {
  _i4.setProperty(
    this,
    'contentEditable',
    value,
  );
}