text()
Sets the text content.
text(text: BindingOrValue<StringConvertible | undefined>): this;
Parameters
- text — The text to display, or a binding to a string value.
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
