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
/
Column
Column
@
Composable
fun
Column
(
modifier
:
Modifier
=
Modifier
,
verticalArrangement
:
Arrangement.Vertical
=
Arrangement.Top
,
horizontalAlignment
:
Alignment.Horizontal
=
Alignment.Start
,
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
)