TextElement constructor

const TextElement(
  1. String value, {
  2. Span? span,
})

Wraps the literal text value.

Implementation

const TextElement(this.value, {this.span});