kvision / pl.treksoft.kvision.onsenui.toolbar / toolbar

toolbar

(js) fun Page.toolbar(label: String? = null, inline: Boolean? = null, static: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (Toolbar.() -> Unit)? = null): Toolbar

DSL builder extension function.

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