uppercase property

Converts the text to fully uppercase.

Implementation

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