Speed Dial Item
open class SpeedDialItem(icon: String? = null, content: String? = null, rich: Boolean = false, className: String? = null, init: SpeedDialItem.() -> Unit? = null)
An Onsen UI speed dial component item.
Parameters
icon
an icon placed on the speed dial item
content
the content the item.
rich
whether content can contain HTML code
class Name
CSS class names
init
an initializer extension function