speedDialItem
fun SpeedDial.speedDialItem(icon: String? = null, content: String? = null, rich: Boolean = false, className: String? = null, init: SpeedDialItem.() -> Unit? = null): SpeedDialItem(source)
DSL builder extension function.
It takes the same parameters as the constructor of the built component.