ActionSheet(actionSheetTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, classes: Set<String> = setOf(), init: (ActionSheet.() -> Unit)? = null)
Creates an action sheet component.
title - a title of the action sheet
cancelable - whether the action sheet can be canceled
animation - determines if the transitions are animated
classes - a set of CSS class names
init - an initializer extension function
Constructor
Creates an action sheet component.