spans property

List<Span> spans
final

Spans that make up this line of text.

Each span represents a contiguous part of the line with the same style.

This list is unmodifiable and cannot be changed.

Implementation

final List<Span> spans;