spans property

List<StyledSpan> get spans

Implementation

List<StyledSpan> get spans => _parsed ?? parseAnsi(rawText);