DialogProperties

data class DialogProperties(val dismissOnBackPress: Boolean = true, val dismissOnClickOutside: Boolean = true)

Properties that can be used to configure the behavior of a Dialog.

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.

Constructors

Link copied to clipboard
constructor(dismissOnBackPress: Boolean = true, dismissOnClickOutside: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard