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
/
ZoomWebImage
Zoom
Web
Image
@
Composable
fun
ZoomWebImage
(
uri
:
String
,
key
:
Any
?
=
null
,
modifier
:
Modifier
=
Modifier
,
quality
:
ImageQuality
=
ImageQuality.High
,
contentScale
:
ContentScale
=
ContentScale.Fit
,
alignment
:
Alignment
=
Alignment.Center
,
alpha
:
Float
=
1.0f
)