vertical

fun vertical(value: ScaledValueProperty)

This convenience function is used to define the vertical positional behaviour of an element by the top and bottom properties at once.

example call:

vertical { small } // use predefined properties of the theme
vertical { "2em" } // provide custom value

Parameters

value

positional value; recommended to use the predefined properties of the theme