kvision / pl.treksoft.kvision.onsenui.dialog / actionSheetButton

actionSheetButton

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

DSL builder extension function.

It takes the same parameters as the constructor of the built component.