toolbar

fun Container.toolbar(    size: ButtonGroupSize? = null,     spacing: Int = 2,     vertical: Boolean = false,     className: String? = null,     init: Toolbar.() -> Unit? = null): Toolbar(source)

DSL builder extension function.

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