Dialog Properties
data class DialogProperties(val dismissOnBackPress: Boolean = true, val dismissOnClickOutside: Boolean = true)
Properties that can be used to configure the behavior of a Dialog.
Parameters
dismiss On Back Press
Whether the dialog should be dismissed when the back button is pressed.
dismiss On Click Outside
Whether the dialog should be dismissed when clicking outside the dialog panel.