lowercase property

VxRichText get lowercase

Converts the text to fully lowercase.

Implementation

VxRichText get lowercase => this.._text = _text!.toLowerCase();