BottomNavItem

constructor(title: String, selectedIcon: ImageVector, unselectedIcon: ImageVector, route: String)

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.