Package-level declarations

Types

Link copied to clipboard
sealed class BottomNavItem

Represents a single item in the bottom navigation bar.

Link copied to clipboard
data class NavigationItem(val route: String, val label: String, val icon: ImageVector)

Represents a single item inside the bottom navigation bar.

Functions

Link copied to clipboard

Displays the application's bottom navigation bar.

Link copied to clipboard
@Preview(showBackground = true)
fun BottomNavigationBarPreview()

Preview for displaying the bottom navigation bar inside the design tools.