buttonGroup

fun Container.buttonGroup(    size: ButtonGroupSize? = null,     vertical: Boolean = false,     className: String? = null,     init: ButtonGroup.() -> Unit? = null): ButtonGroup(source)

DSL builder extension function.

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


fun Toolbar.buttonGroup(className: String? = null, init: ButtonGroup.() -> Unit? = null): ButtonGroup(source)

DSL builder extension function for toolbar.

It creates button groups with size and vertical parameters of the toolbar.