actionSheet
fun Container.actionSheet(actionSheetTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: ActionSheet.() -> Unit? = null): ActionSheet(source)
DSL builder extension function.
It takes the same parameters as the constructor of the built component.