kvision / pl.treksoft.kvision.onsenui.control / speedDial

speedDial

(js) fun Container.speedDial(icon: String? = null, floatPosition: FloatPosition? = null, floatDirection: FloatDirection? = null, content: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (SpeedDial.() -> Unit)? = null): SpeedDial

DSL builder extension function.

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