DialogProperties

constructor(dismissOnBackPress: Boolean = true, dismissOnClickOutside: Boolean = true)

Parameters

dismissOnBackPress

Whether the dialog should be dismissed when the back button is pressed.

dismissOnClickOutside

Whether the dialog should be dismissed when clicking outside the dialog panel.