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