text property

InlineSpan get text

The inline span tree to render.

Implementation

InlineSpan get text => _text;
set text (InlineSpan value)

Implementation

set text(InlineSpan value) {
  _text = snapshotInlineSpan(value);
  _markTextLayoutDirty();
}