coil-root
Toggle table of contents
3.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
coil-root
coil-compose-core
/
coil3.compose
/
DrawScopeSizeResolver
Draw
Scope
Size
Resolver
@
ExperimentalCoilApi
@
Stable
interface
DrawScopeSizeResolver
:
SizeResolver
A special
SizeResolver
that waits until
AsyncImagePainter.onDraw
to return the
DrawScope
's size.
Members
Functions
connect
Link copied to clipboard
abstract
fun
connect
(
sizes
:
Flow
<
Size
>
)