PermanentDrawerSheet

fun PermanentDrawerSheet(modifier: Modifier = Modifier, drawerContainerColor: Color = SparkTheme.colors.surface, drawerContentColor: Color = contentColorFor(drawerContainerColor), content: @Composable ColumnScope.() -> Unit)(source)

Content inside of a permanent navigation drawer.

Parameters

modifier

the Modifier to be applied to this drawer's content

drawerContainerColor

the color used for the background of this drawer. Use Color.Transparent to have no color.

drawerContentColor

the preferred color for content inside this drawer. Defaults to either the matching content color for drawerContainerColor, or to the current LocalContentColor if drawerContainerColor is not a color from the theme.

content

content inside a permanent navigation drawer