selectable()
Makes the text selectable by the user.
selectable(selectable?: BindingOrValue<boolean>): this;
Parameters
- selectable — True to enable text selection; defaults to true.
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
