ConfirmationPopUp
@Composable
Modal popup for confirming user actions.
Parameters
message
The confirmation message to display.\
onConfirm
Callback invoked when the user confirms the action.
onDismiss
Callback invoked when the popup is closed without selection.