Window Dialog
A dialog with a title, a summary, and other contents, rendered at window level without Scaffold.
Use LocalDismissState inside content to request dismissal from inner composables.
Parameters
Whether the WindowDialog is shown.
The modifier to be applied to the WindowDialog.
The title of the WindowDialog.
The color of the title.
The summary of the WindowDialog.
The color of the summary.
The background color of the WindowDialog.
Whether to enable window dimming when the WindowDialog is shown.
Will called when the user tries to dismiss the Dialog by clicking outside or pressing the back button.
The callback when the WindowDialog is completely dismissed.
The margin outside the WindowDialog.
The margin inside the WindowDialog.
Whether to apply default window insets padding to the WindowDialog.
The Composable content of the WindowDialog.