accent()
Enables the accent button style variant (for a primary/accent-colored button).
accent(enabled?: BindingOrValue<boolean | undefined>): this;
Parameters
- enabled — True to enable, or a binding; defaults to true.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
