Package coil. compose
Types
Image Painter
Link copied to clipboard
A Painter that asynchronously executes ImageRequests and draws the result. Instances can only be created with rememberImagePainter.
Functions
remember Image Painter
Link copied to clipboard
@Composable
Content copied to clipboard
Return an ImagePainter that will execute the request using imageLoader.
@Composable
Content copied to clipboard
Return an ImagePainter that will execute an ImageRequest using imageLoader.