AppNavigationTab

data class AppNavigationTab(val route: String, val label: String, val selectedIcon: ImageVector, val unselectedIcon: ImageVector)

Data class representing a single tab in the bottom navigation bar.

Constructors

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

Properties

Link copied to clipboard

The display text for the tab.

Link copied to clipboard

The route identifier for this tab.

Link copied to clipboard

The icon to show when the tab is selected.

Link copied to clipboard

The icon to show when the tab is not selected.