allowKeyboardFocus()
Allows the image 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 ImageBuilder static
A builder class for creating UIImage instances.
