toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-layout-widget
/
app.cash.redwood.layout.widget
/
Column
Column
@
ObjCName
(
name
=
"Column"
,
exact
=
true
)
interface
Column
<
W
:
Any
>
:
Widget
<
W
>
{tag=2}
Inheritors
FlexContainer
Members
Properties
children
Link copied to clipboard
abstract
val
children
:
Widget.Children
<
W
>
{tag=1}
modifier
Link copied to clipboard
abstract
var
modifier
:
Modifier
value
Link copied to clipboard
abstract
val
value
:
W
Functions
height
Link copied to clipboard
abstract
fun
height
(
height
:
Constraint
)
{tag=2}
horizontal
Alignment
Link copied to clipboard
abstract
fun
horizontalAlignment
(
horizontalAlignment
:
CrossAxisAlignment
)
{tag=5}
margin
Link copied to clipboard
abstract
fun
margin
(
margin
:
Margin
)
{tag=3}
on
Scroll
Link copied to clipboard
abstract
fun
onScroll
(
onScroll
:
(
offset
:
Px
)
->
Unit
?
)
{tag=7}
overflow
Link copied to clipboard
abstract
fun
overflow
(
overflow
:
Overflow
)
{tag=4}
vertical
Alignment
Link copied to clipboard
abstract
fun
verticalAlignment
(
verticalAlignment
:
MainAxisAlignment
)
{tag=6}
width
Link copied to clipboard
abstract
fun
width
(
width
:
Constraint
)
{tag=1}