Represents a contiguous run of text associated with a style and optional hyperlink.
public AnsiStyledRun(string Text, AnsiStyle Style, AnsiHyperlink? Hyperlink)
The run text.
The style active for this run.
Optional active hyperlink for this run.