Navigation View
@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.
animate Transitions
Whether page transitions are animated.
horizontally Homogenous
Whether the view is horizontally homogeneous.
pop On Escape
Whether pressing Escape
pops the current page.
vertically Homogenous
Whether the view is vertically homogeneous.
content
Composable NavigationPage widgets.