contenteditable constant
Attribute
const contenteditable
Implementation
static const contenteditable = Attribute(
name: 'contentEditable',
isBool: true,
html: 'if (contentEditable) \' contenteditable\'',
);