BasicAlertDialogOverrideScope


Parameters available to BasicAlertDialog.

Summary

Public properties

@Composable () -> Unit

the content of the dialog

Cmn
Modifier

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

Cmn
() -> Unit

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

Cmn
DialogProperties

typically platform specific properties to further configure the dialog.

Cmn

Public properties

content

val content: @Composable () -> Unit

the content of the dialog

modifier

val modifierModifier

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

onDismissRequest

val onDismissRequest: () -> Unit

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.

properties

val propertiesDialogProperties

typically platform specific properties to further configure the dialog.