enableDialogOverlay

var enableDialogOverlay: Boolean = false

When there are multiple dialogs to show on the screen each dialog content composable will be stacked upon one another.

This behavior is disabled by default but can be enabled when set to true.