uppercase property

VelocityXTextSpan get uppercase

Converts the text to fully uppercase.

Implementation

VelocityXTextSpan get uppercase => this.._text = _text!.toUpperCase();