uppercase property

VelocityXTextSpan uppercase

Converts the text to fully uppercase.

Implementation

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