JoyClosableDialog
fun JoyClosableDialog(onDismissRequest: () -> Unit, title: String, modifier: Modifier = Modifier, properties: DialogProperties = defaultDialogProperties, backgroundColor: Color = MaterialTheme.colorScheme.surface, shape: CornerBasedShape = MaterialTheme.shapes.large, actions: @Composable RowScope.() -> Unit = {}, content: @Composable ColumnScope.() -> Unit)