Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 20, 2023 22:11
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/456235daa1c19979faddc86fb6c3a1c1 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/456235daa1c19979faddc86fb6c3a1c1 to your computer and use it in GitHub Desktop.
val menus = arrayOf(
DrawerMenu(Icons.Filled.Face, "Articles", MainRoute.Articles.name),
DrawerMenu(Icons.Filled.Settings, "Settings", MainRoute.Settings.name),
DrawerMenu(Icons.Filled.Info, "About Us", MainRoute.About.name)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment