uppercase property

VxRichText uppercase

Converts the text to fully uppercase.

Implementation

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