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.