source()
Sets the image source.
source(
source: BindingOrValue<StringConvertible | UIIconResource | undefined>,
): this;
Parameters
- source — The URL or UIIconResource, or a binding.
Return value
The builder instance for chaining.
Related
class ImageBuilder static
A builder class for creating UIImage instances.
