start

fun start(value: () -> Property)

This function is used to define the start position within the columns or rows of a grid for a child element using the CSS properties:

example calls:

start { "CONTENT".start } // start at the beginning of the "content" area
start { "0" } // start at the top of the columns / rows
start { span(3) } start after three cells from the top

Parameters

value

function parameter to get a CSS property back