Package-level declarations

Types

Link copied to clipboard

Provides information about the current adaptive layout.

Link copied to clipboard
data class ThreePaneDestination<out T>(val pane: ThreePaneRole, val arguments: T? = null)

Represents a destination in the three-pane navigation system.

Link copied to clipboard
class ThreePaneNavigator(destinations: List<ThreePaneDestination<*>> = listOf(ThreePaneDestination<Unit>(pane = ThreePaneRole.List)))

The navigator used to navigate between the different destinations in the three-pane layout.

Link copied to clipboard

Represents the role of a pane in the three-pane layout.

Functions

Link copied to clipboard

Remembers a ThreePaneNavigator that can be used to navigate between the different destinations in the three-pane layout.