Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.container
/
OffsetBox
Offset
Box
@
Composable
fun
OffsetBox
(
x
:
Dp
=
0.dp
,
y
:
Dp
=
0.dp
,
zIndex
:
Float
=
2.0f
,
content
:
@
Composable
(
)
->
Unit
)