PlainText constructor
PlainText(
- String value
Renders literal text without any ANSI formatting.
This is the most basic span - use it for any text content that doesn't need colors or styling. Most semantic spans (like LogMessage, ClassName) build down to PlainText internally.
Implementation
PlainText(this.value);