WindowsNavigation

@Composable
fun WindowsNavigation(startRoute: String, builder: WindowsMapBuilder.() -> Unit)

Declare windows navigation by defining all windows for window routes.

Provides LocalWindowController that can be used for navigation inside each window.

Parameters

startRoute

first window route for which window will be displayed

builder

the builder used to construct the windows navigation map