DialogState

constructor(visible: Boolean = false, ____deprecated_constructor: Unit)

Deprecated

This constructor will go away in future versions of the library. Use the respective remember function instead

Replace with

rememberDialogState(visible)