NavigationView
@Composable
Creates a org.gnome.adw.NavigationView used to display navigation pages.
Parameters
state
A NavigationViewState used to control navigation pages.
modifier
Compose Modifier for layout and styling.
animateTransitions
Whether page transitions are animated.
horizontallyHomogenous
Whether the view is horizontally homogeneous.
popOnEscape
Whether pressing Escape pops the current page.
verticallyHomogenous
Whether the view is vertically homogeneous.
content
Composable NavigationPage widgets.