lowercase property

Converts the text to fully lowercase.

Implementation

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