oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.layout
/
FlexLayoutParentData
Flex
Layout
Parent
Data
data
class
FlexLayoutParentData
(
var
weight
:
Float
=
0.0f
,
var
crossAxisFlex
:
Float
=
0.0f
,
var
mainAxisSize
:
Dp
=
0.dp
)
Members
Constructors
Flex
Layout
Parent
Data
Link copied to clipboard
constructor
(
weight
:
Float
=
0.0f
,
crossAxisFlex
:
Float
=
0.0f
,
mainAxisSize
:
Dp
=
0.dp
)
Properties
cross
Axis
Flex
Link copied to clipboard
var
crossAxisFlex
:
Float
main
Axis
Size
Link copied to clipboard
var
mainAxisSize
:
Dp
weight
Link copied to clipboard
var
weight
:
Float