Rachel
Toggle table of contents
3.6.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
=
Dp.Hairline
,
y
:
Dp
=
Dp.Hairline
,
zIndex
:
Float
=
2.0f
,
content
:
@
Composable
(
)
->
Unit
)