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