function imageBuilder()
Creates a view builder for an image element.
function imageBuilder(
source?: BindingOrValue<StringConvertible | UIIconResource>,
): ImageBuilder;
Parameters
- source — The image source URL or icon resource, or a binding.
Return value
A builder object for configuring the image.
Related
class UIImage
A view class that represents an image or icon control.class UIImage
A view class that represents an image or icon control.
