ActionSheetButton
constructor(content: String? = null, rich: Boolean = false, align: Align? = null, icon: String? = null, className: String? = null, init: ActionSheetButton.() -> Unit? = null)(source)
Creates an action sheet button component.
Parameters
content
the content of the button.
rich
whether content can contain HTML code
align
text align
icon
an icon placed on the button
className
CSS class names
init
an initializer extension function