Converts the string to a VText builder for chainable text styling.
Example:
'Hello'.text.lg.red(600).make();
VText get text => VText(this);