State
The current state of the ImagePainter.
Types
Empty
Link copied to clipboard
Error
Link copied to clipboard
data class Error(painter: Painter?, throwable: Throwable) : ImagePainter.State
Content copied to clipboard
The request failed due to throwable.
Loading
Link copied to clipboard
Success
Link copied to clipboard
data class Success(painter: Painter, metadata: ImageResult.Metadata) : ImagePainter.State
Content copied to clipboard
Properties
painter
Link copied to clipboard
The current painter being drawn by ImagePainter.
Inheritors
ImagePainter.State
Link copied to clipboard
ImagePainter.State
Link copied to clipboard
ImagePainter.State
Link copied to clipboard
ImagePainter.State
Link copied to clipboard