Documentation

source()

Sets the image source.

source(
source: BindingOrValue<StringConvertible | UIIconResource | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related