kvision / pl.treksoft.kvision.toolbar / Toolbar / toolbar

toolbar

fun Container.toolbar(classes: Set<String> = setOf(), init: (Toolbar.() -> Unit)? = null): Toolbar

DSL builder extension function.

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