StripeImage
A composable that executes an image request asynchronously using the provided StripeImageLoader and renders the result.
Parameters
to be requested and rendered.
Text used by accessibility services to describe what this image represents. This should always be provided unless this image is used for decorative purposes, and does not represent a meaningful action that a user can take.
The StripeImageLoader that will be used to execute the request.
If provided, this painter will be render on Compose previews.
Modifier used to adjust the layout algorithm or draw decoration content.
If true, there will be no animations between icon states.
content to render when image loading fails.
content to render when image loads.
Optional scale parameter used to determine the aspect ratio scaling to be used if the bounds are a different size from the intrinsic size of the painter.