PermanentNavigationDrawer

fun PermanentNavigationDrawer(drawerContent: @Composable () -> Unit, modifier: Modifier = Modifier, content: @Composable () -> Unit)

Spark navigation permanent drawer. Navigation drawers provide ergonomic access to destinations in an app. They’re often next to app content and affect the screen’s layout grid.

The permanent navigation drawer is always visible and usually used for frequently switching destinations. On mobile screens, use ModalNavigationDrawer instead.

Parameters

drawerContent

commentCountcontent inside this drawer

modifier

commentCountthe Modifier to be applied to this drawer

content

commentCountcontent of the rest of the UI