kvision / pl.treksoft.kvision.core / Widget / widget

widget

fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget

DSL builder extension function.

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