AlertDialog
constructor(dialogTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, rowfooter: Boolean? = null, className: String? = null, init: AlertDialog.() -> Unit? = null)(source)
Creates an alert dialog component.
Parameters
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
className
CSS class names
init
an initializer extension function