toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-compose-core
/
coil3.compose
/
AsyncImagePainter
/
State
/
Loading
Loading
data
class
Loading
(
val
painter
:
Painter
?
)
:
AsyncImagePainter.State
The request is in-progress.
Members
Constructors
Loading
Link copied to clipboard
constructor
(
painter
:
Painter
?
)
Properties
painter
Link copied to clipboard
open
override
val
painter
:
Painter
?
The current painter being drawn by
AsyncImagePainter
.