gridItem

fun Modifier.gridItem(row: Int, column: Int, width: Int? = null, height: Int? = null): Modifier(source)

A convenience modifier for specifying both row and column indices at the same time.

Note that the indices are 1-based, not 0-based.