AlertDialog(dialogTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, : Boolean? = null, classes: Set<String> = setOf(), init: (AlertDialog.() -> Unit)? = null)
Creates an alert dialog component.
dialogTitle - a title of the alert dialog
cancelable - whether the dialog can be canceled
animation - determines if the transitions are animated
rowfooter - horizontally aligns the footer buttons
classes - a set of CSS class names
init - an initializer extension function
Constructor
Creates an alert dialog component.