Ewan
03/09/2023, 12:17 PM@ExperimentalMaterial3Api
@Composable
fun AlertDialog(
onDismissRequest: () -> Unit,
modifier: Modifier = Modifier,
properties: DialogProperties = DialogProperties(),
content: @Composable () -> Unit
): Unit
I don't see it in material3:1.0.1
though, only the other function that takes button lambdas. Any ideas?Stylianos Gakis
03/09/2023, 3:45 PMEwan
03/09/2023, 3:54 PM