AsyncImagePainter

A Painter that that executes an ImageRequest asynchronously and renders the ImageResult.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Input(val imageLoader: ImageLoader, val request: ImageRequest, val modelEqualityDelegate: AsyncImageModelEqualityDelegate)

The latest arguments passed to AsyncImagePainter.

Link copied to clipboard
sealed interface State

The current state of the AsyncImagePainter.

Properties

Link copied to clipboard
Link copied to clipboard
open override val intrinsicSize: Size
Link copied to clipboard

Functions

Link copied to clipboard
open override fun onAbandoned()
Link copied to clipboard
open override fun onForgotten()
Link copied to clipboard
open override fun onRemembered()
Link copied to clipboard
fun restart()

Launch a new image request with the current Inputs.