Dialog
A Dialog
will be rendered inside a Dialog
Composable.
Similar to BottomSheet, a Dialog
has stateful DialogOptions
that can be updated at any time.
Navigating between 2 Dialogs will also animate the changes within the dialog container that hosts them.
Updating Dialog state
Note that DialogOptions
currently are not saved/restored so make sure you have a backing saveable state if needed in your Composable.
Last updated