Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 20, 2023 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/67860428a48fe2664ce2575137c78bfb to your computer and use it in GitHub Desktop.
Save saqib-github-commits/67860428a48fe2664ce2575137c78bfb to your computer and use it in GitHub Desktop.
@Composable
fun ModalDrawerSheet(
modifier: Modifier = Modifier,
drawerShape: Shape = DrawerDefaults.shape,
drawerContainerColor: Color = MaterialTheme.colorScheme.surface,
drawerContentColor: Color = contentColorFor(drawerContainerColor),
drawerTonalElevation: Dp = DrawerDefaults.ModalDrawerElevation,
windowInsets: WindowInsets = DrawerDefaults.windowInsets,
content: @Composable ColumnScope.() -> Unit
) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment