Navigation Split View
@Composable
Creates a org.gnome.adw.NavigationSplitView that displays a sidebar and content side by side.
Parameters
state
A NavigationSplitViewState used to control the split view.
sidebar
A composable widget used as the sidebar. Needs to be a NavigationPage.
modifier
Compose Modifier for layout and styling.
max Sidebar Width
The maximum width of the sidebar.
min Sidebar Width
The minimum width of the sidebar.
sidebar Width Fraction
The preferred sidebar width as a fraction of the total width.
sidebar Width Unit
The length unit for minimum and maximum sidebar widths.
content
A composable widget used as the content. Needs to be a NavigationPage.