contentEditable property
String
get
contentEditable
Implementation
_i2.String get contentEditable => _i4.getProperty(
this,
'contentEditable',
);
set
contentEditable
(String value)
Implementation
set contentEditable(_i2.String value) {
_i4.setProperty(
this,
'contentEditable',
value,
);
}