rememberDialogState



fun rememberDialogState(visible: Boolean = false, ____deprecated_constructor: Unit = Unit): DialogState

Deprecated

This function is going away soon. Use the updated function with renamed parameters

Replace with

rememberDialogState(initiallyVisible = visible)