allowFocus()
Allows the text element to receive input focus.
allowFocus(allow?: boolean): this;
Parameters
- allow — True to allow focus; defaults to true.
Return value
The builder instance for chaining.
Related
class TextBuilder static
A builder class for creating UIText instances.
