ActionSheet

constructor(actionSheetTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: ActionSheet.() -> Unit? = null)

Creates an action sheet component.

Parameters

actionSheetTitle

a title of the action sheet

cancelable

whether the action sheet can be canceled

animation

determines if the transitions are animated

className

CSS class names

init

an initializer extension function