contentEditable property
The contentEditable attribute specifies whether the content of an dom node is editable or not.
Implementation
final bool? contentEditable;
The contentEditable attribute specifies whether the content of an dom node is editable or not.
final bool? contentEditable;