core
core
/
com.nyangzzi.responsive_layout_grid_compose.core
/
ResponsiveConfig
/
Row
Row
@
Stable
data
class
Row
(
val
layoutWidth
:
Dp
,
val
marginWidth
:
Dp
,
val
columnWidth
:
Dp
,
val
gutterWidth
:
Dp
,
val
totalColumns
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Row
Link copied to clipboard
fun
Row
(
layoutWidth
:
Dp
,
marginWidth
:
Dp
,
columnWidth
:
Dp
,
gutterWidth
:
Dp
,
totalColumns
:
Int
)
Content copied to clipboard
Properties
column
Width
Link copied to clipboard
val
columnWidth
:
Dp
Content copied to clipboard
gutter
Width
Link copied to clipboard
val
gutterWidth
:
Dp
Content copied to clipboard
layout
Width
Link copied to clipboard
val
layoutWidth
:
Dp
Content copied to clipboard
margin
Width
Link copied to clipboard
val
marginWidth
:
Dp
Content copied to clipboard
total
Columns
Link copied to clipboard
val
totalColumns
:
Int
Content copied to clipboard