Kwik Div
constructor(colSpan: Int = 1, rowSpan: Int = 1, colPosition: Int, rowPosition: Int, onClick: () -> Unit, content: @Composable () -> Unit)
Parameters
col Span
: The number of columns this item spans.
row Span
: The number of rows this item spans.
col Position
: The position of this item in the grid, measured in columns.
row Position
: The position of this item in the grid, measured in rows.
on Click
: The action to perform when this item is clicked.
content
: The content of this item.