NavigationController

class NavigationController(startDestinations: List<Destination>, onScreenChange: (String) -> Unit)

Constructors

Link copied to clipboard
constructor(startDestinations: List<Destination>, onScreenChange: (String) -> Unit)

Properties

Functions

Link copied to clipboard
fun <T : Destination> navigate(destination: T): Boolean

Example: