chevron()
Adds a chevron icon to the button.
chevron(
chevron: BindingOrValue<"up" | "down" | "next" | "back">,
chevronStyle?: BindingOrValue<UIText.IconStyle> | number,
): this;
Parameters
- chevron — The direction of the chevron.
- chevronStyle — Styling options for the chevron, or only the icon size in pixels.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
