NavigationItem

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

The data class for NavigationBar.

Parameters

label

The label of the item.

icon

The icon of the item.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard