function textBuilder()
Creates a view builder for a text element.
function textBuilder(text?: BindingOrValue<StringConvertible>): TextBuilder;
Parameters
- text — The text content to display, or a binding to a string value.
Return value
A builder object for configuring the text element.
Static members
function fmt() static
Creates a view builder for a text element with localizable or dynamic text.
Related
class UIText
A view class that represents a text element.class UIText
A view class that represents a text element.
