Whitespace constructor
Whitespace()
Renders a single space character.
Use between spans for visual separation. For multiple spaces, use PlainText with the desired number of spaces instead.
Implementation
Whitespace();
Renders a single space character.
Use between spans for visual separation. For multiple spaces, use PlainText with the desired number of spaces instead.
Whitespace();