Package-level declarations
Types
Link copied to clipboard
                  Enum class to represent the different screens of the app
Link copied to clipboard
                  data class BottomNavItem(val title: String, val selectedIcon: ImageVector, val unselectedIcon: ImageVector, val route: String)
A data class representing a bottom navigation item.