Alert Dialog
@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.
on Response
Callback triggered when a response is selected.
on Close
Callback triggered when the dialog is closed.
modifier
Compose Modifier for layout and styling.
content Height
The height of the content.
content Width
The width of the content.
follows Content Size
Whether to size content automatically.
presentation Mode
Which mode used to display the dialog.
default Response
The response selected by default.