AppDialogContainer

fun AppDialogContainer(onDismissRequest: () -> Unit, modifier: Modifier = Modifier, content: @Composable () -> Unit)

A base container for dialogs in the design system.

Parameters

onDismissRequest

Callback when the dialog is dismissed.

modifier

The Modifier to be applied to the dialog.

content

The content to be displayed inside the dialog.