Returns a new line with span appended to the end.
span
@useResult Line append(Span span) { return Line.fromSpans( [...spans, span], style: style, alignment: alignment, ); }