Documentation

chevron()

Adds a chevron icon to the button.

chevron(
chevron: BindingOrValue<"up" | "down" | "next" | "back">,
chevronStyle?: BindingOrValue<UIText.IconStyle> | number,
): this;

Parameters

Return value

The builder instance for chaining.

Related