Overlay Split View
@Composable
Creates a org.gnome.adw.OverlaySplitView that presents a sidebar and content side by side or as an overlay.
Parameters
sidebar
Composable widget displayed as the sidebar.
modifier
Compose Modifier for layout and styling.
collapsed
Whether the split view is collapsed.
pin Sidebar
Whether the sidebar widget is pinned.
sidebar Position
The sidebar position.
sidebar Width Fraction
The preferred sidebar width as a fraction of the total width.
enable Hide Gesture
Whether the sidebar can be closed with a swipe gesture.
enable Show Gesture
Whether the sidebar can be opened with an edge swipe gesture.
content
The composable content to display inside the view.
TODO:
min/max sidebar width