capitalize property

VxRichText capitalize

Converts the text to first letter of very word as uppercase.

Implementation

VxRichText get capitalize => this.._text = _text!.allWordsCapitilize();