text property

VText get text

Converts the string to a VText builder for chainable text styling.

Example:

'Hello'.text.lg.red(600).make();

Implementation

VText get text => VText(this);