Alert Dialog
fun AlertDialog(onDismissRequest: () -> Unit, onConfirmation: () -> Unit, dialogTitle: String, dialogText: String, icon: ImageVector)
Displays a custom AlertDialog with an icon, title, text, and confirmation/dismiss buttons.
Parameters
on Dismiss Request
Callback invoked when the user dismisses the dialog.
on Confirmation
Callback invoked when the user confirms the action.
dialog Title
The title of the dialog.
dialog Text
The text content of the dialog.
icon
The ImageVector representing the icon for the dialog.