mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic.ui
/
Row
Row
@
Composable
fun
Row
(
modifier
:
Modifier
=
Modifier
,
horizontalArrangement
:
Arrangement.Horizontal
=
Arrangement.Start
,
verticalAlignment
:
Alignment.Vertical
=
Alignment.Top
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)