fmt()
Sets localizable or dynamic text for the button.
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 ButtonBuilder static
A builder class for creating UIButton instances.
