Package-level declarations
Types
Determines equality between two models.
A Painter that that executes an ImageRequest asynchronously and renders the ImageResult.
Controls what AsyncImage, SubcomposeAsyncImage, and AsyncImagePainter render when LocalInspectionMode is true.
A SizeResolver that computes the size from the constraints passed during the layout phase or from setConstraints.
A special SizeResolver that waits until AsyncImagePainter.onDraw to return the DrawScope's size.
A scope for the children of SubcomposeAsyncImage.
Functions
A composable that executes an ImageRequest asynchronously and renders the result.
Convenience function that creates an AsyncImagePreviewHandler that returns an Image.
Return an AsyncImagePainter that executes an ImageRequest asynchronously and renders the result.
Create a ConstraintsSizeResolver and remember it.
Create a DrawScopeSizeResolver and remember it.
A composable that executes an ImageRequest asynchronously and renders the result.
A composable that draws SubcomposeAsyncImage's content with SubcomposeAsyncImageScope's properties.