kvision / pl.treksoft.kvision.onsenui.control / SpeedDial / <init>

<init>

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

Creates a speed dial component.

Parameters

icon - an icon placed on the speed dial button

floatPosition - a position of the button

floatDirection - a direction the items are displayed

content - the content the component.

rich - whether content can contain HTML code

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a speed dial component.