row

fun row(value: GridRowColumnContext.() -> Unit)

This function is used to define the position within the rows of a grid for a child element using the grid-row property.

example call:

row {
// use ``start`` and ``end`` functions of [GridRowColumnContext]
}

See also

Parameters

value

extension function parameter to bring the specialized functions of the GridRowColumnContext into the scope of the functional expression