Dialog
@Composable
Creates a org.gnome.adw.Dialog, an adaptive dialog container.
Parameters
title
The title shown in the dialog header.
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.
onClose
Callback triggered when the dialog is closed.
content
The composable content to display inside the dialog.