Basic Image
A composable that asynchronously loads and displays an image from a local BasicPath.
While the image is loading, a circular progress indicator can be displayed. The state of the image loading is tracked by ImageState.
Parameters
The BasicPath of the image to be loaded.
A description of the image for accessibility services.
Modifier for this composable.
The alignment of the image within its bounds.
The scaling of the image within its bounds.
The opacity of the image.
A ColorFilter to apply to the image.
The FilterQuality to apply when scaling the image.
Whether to show a CircularProgressIndicator while loading.
A composable that asynchronously loads and displays an image from a BasicUrl.
While the image is loading, a circular progress indicator can be displayed. The state of the image loading is tracked by ImageState.
Parameters
The BasicUrl of the image to be loaded.
A description of the image for accessibility services.
Modifier for this composable.
The alignment of the image within its bounds.
The scaling of the image within its bounds.
The opacity of the image.
A ColorFilter to apply to the image.
The FilterQuality to apply when scaling the image.
Whether to show a CircularProgressIndicator while loading.