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.
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.
on Close
Callback triggered when the dialog is closed.
content
The composable content to display inside the dialog.