BasicAlertDialogOverrideScope

Parameters available to BasicAlertDialog.

Parameters

onDismissRequest

called when the user tries to dismiss the Dialog by clicking outside or pressing the back button. This is not called when the dismiss button is clicked.

modifier

the Modifier to be applied to this dialog's content.

properties

typically platform specific properties to further configure the dialog.

content

the content of the dialog

Properties

Link copied to clipboard
val content: @Composable () -> Unit
Link copied to clipboard
val modifier: Modifier
Link copied to clipboard
Link copied to clipboard
val properties: DialogProperties

Functions

Link copied to clipboard
@Composable
open override fun BasicAlertDialogOverrideScope.BasicAlertDialog()

Behavior function that is called by the BasicAlertDialog component.