Skip to content

AlertDialog

AlertDialog

AlertDialog(
icon = {/* icon */},
title = {/* title text */},
text = {/* content */},
onDismissRequest = {/* function when try to dismiss */},
confirmButton = {/* button */},
dismissButton = {/* button */}
)