RichString.Span
enum Span
Sourcecase Span({ bgColor = Color, fgColor = Color, styles = Set[Style], text = String })
A text span with content, foreground color, background color, and styles.
A span represents a contiguous piece of text with uniform styling.