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