disabled()
Disables the button.
disabled(disabled?: BindingOrValue<boolean>): this;
Parameters
- disabled — True to disable the button; defaults to true.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
