Column

@Stable
data class Column(    val layoutHeight: Dp,     val marginHeight: Dp,     val rowHeight: Dp,     val gutterHeight: Dp,     val totalRows: Int)

Constructors

Link copied to clipboard
fun Column(    layoutHeight: Dp,     marginHeight: Dp,     rowHeight: Dp,     gutterHeight: Dp,     totalRows: Int)

Properties

Link copied to clipboard
val gutterHeight: Dp
Link copied to clipboard
val layoutHeight: Dp
Link copied to clipboard
val marginHeight: Dp
Link copied to clipboard
val rowHeight: Dp
Link copied to clipboard
val totalRows: Int