Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.components.url-image
/
love.yinlin.compose.ui.image
/
WebImage
Web
Image
@
Composable
fun
WebImage
(
uri
:
String
,
key
:
Any
?
=
null
,
modifier
:
Modifier
=
Modifier
,
circle
:
Boolean
=
false
,
quality
:
ImageQuality
=
ImageQuality.Medium
,
contentScale
:
ContentScale
=
ContentScale.Fit
,
alignment
:
Alignment
=
Alignment.Center
,
alpha
:
Float
=
1.0f
,
animated
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
?
=
null
)