column

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

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

example call:

column {
// 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