Skip to content

Instantly share code, notes, and snippets.

@RaheemJnr
Last active October 10, 2021 08:06
Show Gist options
  • Save RaheemJnr/25935c8dd30d8449613e627f95f30989 to your computer and use it in GitHub Desktop.
Save RaheemJnr/25935c8dd30d8449613e627f95f30989 to your computer and use it in GitHub Desktop.
sealed class Screen(val route: String?, val title: String?, val icon: ImageVector?) {
object PickUp : Screen("pickup", "PickUp", Icons.Default.ShoppingCart)
object Profile : Screen("profile", "Profile", Icons.Default.Person)
object Camera:Screen("camera",null,null)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment