DrawerItem

data class DrawerItem(val route: String, val icon: ImageVector)

Data class representing an item in the navigation drawer.

Constructors

Link copied to clipboard
constructor(route: String, icon: ImageVector)

Properties

Link copied to clipboard

The ImageVector to be displayed as an icon.

Link copied to clipboard

The route identifier for this item.