kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-jetpack
/
dev.kilua.compose.foundation.layout
/
Row
Row
@
Composable
fun
IComponent
.
Row
(
modifier
:
Modifier
=
Modifier
,
horizontalArrangement
:
Arrangement.Horizontal
=
Arrangement.Start
,
verticalAlignment
:
Alignment.Vertical
=
Alignment.Top
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)
(
source
)
A layout composable that places its children in a horizontal sequence.