Dialog
data class Dialog(val tag: String? = null, val createDialog: () -> DialogFragment) : ComposableNavSpec.LaunchedNavigation
A LaunchedNavigation that shows a DialogFragment
Properties
Functions
Link copied to clipboard
Launch this LaunchedNavigation for a given viewModel.