uppercase property

VxRichText get uppercase

Converts the text to fully uppercase.

Implementation

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