fit()
Sets the image fit mode.
fit(fit: BindingOrValue<UIImage["fit"]>): this;
Parameters
- fit — The fit mode, or a binding; defaults to
contain.
Return value
The builder instance for chaining.
Related
class ImageBuilder static
A builder class for creating UIImage instances.
