Bottom Nav Item
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.
selected Icon
The icon to display when the item is selected.
unselected Icon
The icon to display when the item is not selected.
route
The route to navigate to when the item is selected.