core
core
/
com.nyangzzi.responsive_layout_grid_compose.core
/
ResponsiveConfig
/
Column
Column
@
Stable
data
class
Column
(
val
layoutHeight
:
Dp
,
val
marginHeight
:
Dp
,
val
rowHeight
:
Dp
,
val
gutterHeight
:
Dp
,
val
totalRows
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Column
Link copied to clipboard
fun
Column
(
layoutHeight
:
Dp
,
marginHeight
:
Dp
,
rowHeight
:
Dp
,
gutterHeight
:
Dp
,
totalRows
:
Int
)
Content copied to clipboard
Properties
gutter
Height
Link copied to clipboard
val
gutterHeight
:
Dp
Content copied to clipboard
layout
Height
Link copied to clipboard
val
layoutHeight
:
Dp
Content copied to clipboard
margin
Height
Link copied to clipboard
val
marginHeight
:
Dp
Content copied to clipboard
row
Height
Link copied to clipboard
val
rowHeight
:
Dp
Content copied to clipboard
total
Rows
Link copied to clipboard
val
totalRows
:
Int
Content copied to clipboard