LeafSpan constructor

LeafSpan()

Base class for spans that have no children.

Leaf spans are the primitive building blocks that render directly to the buffer. Examples: PlainText, Whitespace, NewLine, EmptySpan.

Implementation

LeafSpan();