function fmt()
Creates a view builder for a button element with localizable or dynamic text.
function fmt(text: StringConvertible, ...args: Binding[]): ButtonBuilder;
Parameters
- text — The text to display, passed to fmt() or Binding.fmt().
- args — Additional bindings used to format the text dynamically.
Return value
A builder instance for chaining.
Related
function buttonBuilder() static
Creates a view builder for a button element.
