toggle menu
redwood-layout-schema
0.13.0
jvm
switch theme
search in API
redwood-layout-schema
/
app.cash.redwood.layout
/
Row
/
Row
Row
constructor
(
width
:
Constraint
,
height
:
Constraint
,
margin
:
Margin
,
overflow
:
Overflow
,
horizontalAlignment
:
MainAxisAlignment
,
verticalAlignment
:
CrossAxisAlignment
,
onScroll
:
(
offset
:
Px
)
->
Unit
?
,
children
:
RowScope
.
(
)
->
Unit
)