SpeedDialItem(icon: String? = null, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: (SpeedDialItem.() -> Unit)? = null)
Creates a speed dial component item.
icon
- an icon placed on the speed dial item
content
- the content the item.
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 item.