fmt()
Sets localizable or dynamic text.
fmt(text: StringConvertible, ...args: Binding[]): this;
Parameters
- text — The text to display, passed to fmt() or Binding.fmt().
- args — Additional bindings used to format the text dynamically.
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
