Image
Renders a Compose Image from a drawable bundled with the client application. resourceName is looked up in the app's DrawableResourcesHolder; when no resource is registered under that name nothing is rendered at all — there is no fallback and no error trigger. Dispatches no triggers and is not clickable. Use AsyncImage for images that come from the network or from raw bytes — this tile can only show assets that ship with the client.
Parameters
Unique identifier of the tile. Defaults to a random id.
Events owned by this tile. Never fired, since the tile dispatches no triggers.
Layout/appearance modifiers (size, padding, background, etc).
Whether the tile is shown, hidden but occupies space, or removed from layout. Defaults to visible.
Terms used by an ancestor's search/filter to decide whether this tile matches. Defaults to none.
Name of the drawable resource looked up in the client's DrawableResourcesHolder.
Accessibility description of the image. Defaults to none.
How the image is scaled to fit its bounds — imageCropContentScale, imageFitContentScale, imageFillHeightContentScale, imageFillWidthContentScale, imageInsideContentScale or imageFillBoundsContentScale. Defaults to fit.
Opacity applied to the image, from 0f to 1f. Defaults to 1f.
Alignment of the image within its bounds. Defaults to center.