DestinationChangeEvent
data class DestinationChangeEvent(val navController: NavController, val destination: NavDestination, val arguments: Bundle?)
Constructors
Link copied to clipboard
fun DestinationChangeEvent(navController: NavController, destination: NavDestination, arguments: Bundle?)