lowercase property

VxRichText lowercase

Converts the text to fully lowercase.

Implementation

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