pressed()
Sets the visual pressed state of the button.
pressed(pressed?: BindingOrValue<boolean>): this;
Parameters
- pressed — True if the button appears pressed; defaults to true.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
