PermanentDrawerSheet
fun PermanentDrawerSheet(modifier: Modifier = Modifier, drawerContainerColor: Color = SparkTheme.colors.surface, drawerContentColor: Color = contentColorFor(drawerContainerColor), content: @Composable ColumnScope.() -> Unit)
Content inside of a permanent navigation drawer.
Parameters
modifier
commentCountthe Modifier to be applied to this drawer's content
drawerContainerColor
commentCountthe color used for the background of this drawer. Use Color.Transparent to have no color.
drawerContentColor
commentCountthe 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
commentCountcontent inside a permanent navigation drawer