lowercase property

VelocityXTextSpan lowercase

Converts the text to fully lowercase.

Implementation

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