capitalize property

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

Implementation

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