value()
Associates an arbitrary value with the button.
value(value?: BindingOrValue<unknown>): this;
Parameters
- value — The value to associate.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
