Mark constructor

Mark([
  1. String? value
])

The <mark> HTML element represents text which is marked or highlighted for reference or notation purposes due to the marked passage's relevance in the enclosing context. Read more...

Implementation

Mark([super.value]) {
  tag = 'mark';
}