Stylish Permanent Navigation Drawer
A permanent navigation drawer with Stylish theme defaults, wrapping the Material 3 PermanentNavigationDrawer.
The drawer is always visible at the start edge beside the content and never dismisses — use it on wide screens only. drawerContent is placed inside a PermanentDrawerSheet so it inherits the Stylish container colors, shape, elevation, and window insets without any extra setup.
Parameters
The drawer content, typically a list of NavigationDrawerItems, laid out inside the sheet's ColumnScope.
Modifier applied to the PermanentNavigationDrawer root.
Corner shape of the drawer sheet. Defaults to DrawerDefaults.shape (the Material 3 drawer shape).
Background color of the drawer sheet. Defaults to DrawerDefaults.standardContainerColor (surface), the Material 3 standard drawer spec value.
Default content color of the drawer sheet. Defaults to contentColorFor of containerColor.
Tonal elevation of the drawer sheet. Defaults to DrawerDefaults.PermanentDrawerElevation.
WindowInsets consumed by the drawer sheet. Defaults to DrawerDefaults.windowInsets.
The page content beside the drawer, typically the main screen scaffold.