Skip to content

Instantly share code, notes, and snippets.

@MrNtlu
Created December 8, 2022 17:52
Show Gist options
  • Save MrNtlu/7d296abf4e8703bbee85eb95331af657 to your computer and use it in GitHub Desktop.
Save MrNtlu/7d296abf4e8703bbee85eb95331af657 to your computer and use it in GitHub Desktop.
navigationIcon = {
IconButton(
onClick = { coroutineScope.launch { scaffoldState.drawerState.open() } }
) {
Icon(imageVector = Icons.Rounded.Menu, contentDescription = "Drawer Icon")
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment