kvision / pl.treksoft.kvision.onsenui.dialog / ActionSheetButton / <init>

<init>

(js) ActionSheetButton(content: String? = null, rich: Boolean = false, align: Align? = null, icon: String? = null, classes: Set<String> = setOf(), init: (ActionSheetButton.() -> Unit)? = null)

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

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates an action sheet button component.