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