SpeedDial

constructor(icon: String? = null, floatPosition: FloatPosition? = null, floatDirection: FloatDirection? = null, content: String? = null, rich: Boolean = false, className: String? = null, 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

className

CSS class names

init

an initializer extension function