Package-level declarations
Types
Link copied to clipboard
object AdaptiveLayoutInfo
Provides information about the current adaptive layout.
Link copied to clipboard
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.