kvision / pl.treksoft.kvision.panel / VPanel / vPanel

vPanel

fun Container.vPanel(justify: FlexJustify? = null, alignItems: FlexAlignItems? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: (VPanel.() -> Unit)? = null): VPanel

DSL builder extension function.

It takes the same parameters as the constructor of the built component.