BottomNavItem

data class BottomNavItem(val title: String, val selectedIcon: ImageVector, val unselectedIcon: ImageVector, val route: String)

A data class representing a bottom navigation item.

Parameters

title

The title of the item.

selectedIcon

The icon to display when the item is selected.

unselectedIcon

The icon to display when the item is not selected.

route

The route to navigate to when the item is selected.

Constructors

Link copied to clipboard
constructor(title: String, selectedIcon: ImageVector, unselectedIcon: ImageVector, route: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard