Navigation Bar Item
data class NavigationBarItem<T>(val id: T, val icon: ImageVector, val selectedIcon: ImageVector = icon, val label: String, val enabled: Boolean = true, val showBadge: Boolean = false, val badgeText: String? = null)
Constructors
Link copied to clipboard
constructor(id: T, icon: ImageVector, selectedIcon: ImageVector = icon, label: String, enabled: Boolean = true, showBadge: Boolean = false, badgeText: String? = null)