App Dialog Container
fun AppDialogContainer(onDismissRequest: () -> Unit, modifier: Modifier = Modifier, content: @Composable () -> Unit)
A base container for dialogs in the design system.
Parameters
on Dismiss Request
Callback when the dialog is dismissed.
modifier
The Modifier to be applied to the dialog.
content
The content to be displayed inside the dialog.