redwood-layout-schema
Toggle table of contents
0.17.0
jvm
Platform filter
jvm
Switch theme
Search in API
redwood-layout-schema
redwood-layout-schema
/
app.cash.redwood.layout
/
Box
/
Box
Box
constructor
(
width
:
Constraint
=
Constraint.Wrap
,
height
:
Constraint
=
Constraint.Wrap
,
margin
:
Margin
=
Margin.Zero
,
horizontalAlignment
:
CrossAxisAlignment
=
CrossAxisAlignment.Start
,
verticalAlignment
:
CrossAxisAlignment
=
CrossAxisAlignment.Start
,
children
:
BoxScope
.
(
)
->
Unit
)