NavigationItem

data class NavigationItem(val route: String, val label: String, val icon: ImageVector)

Represents a single item inside the bottom navigation bar.

Parameters

route

The navigation route associated with this item.

label

The text label shown beneath the icon.

icon

The vector icon displayed for this item.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard