coil-compose-base
/
coil.compose
/
ImagePainter
/
State
/
Loading
Loading
data class
Loading
(painter:
Painter
?) :
ImagePainter.State
Content copied to clipboard
The request is in-progress.
Constructors
Properties
Constructors
Loading
Link copied to clipboard
fun
Loading
(painter:
Painter
?)
Content copied to clipboard
Properties
painter
Link copied to clipboard
open override val
painter
:
Painter
?
Content copied to clipboard
The current painter being drawn by
ImagePainter
.