AlertDialog
@Composable
Creates a org.gnome.adw.AlertDialog, a dialog presenting a message or a question.
Parameters
heading
The heading of the dialog.
body
The body text of the dialog.
responses
List of possible responses shown as buttons.
onResponse
Callback triggered when a response is selected.
onClose
Callback triggered when the dialog is closed.
modifier
Compose Modifier for layout and styling.
contentHeight
The height of the content.
contentWidth
The width of the content.
followsContentSize
Whether to size content automatically.
presentationMode
Which mode used to display the dialog.
defaultResponse
The response selected by default.