//kit/healthstack.kit.ui/BottomNavItem

BottomNavItem

[androidJvm]
data class BottomNavItem(val title: String, val icon: ImageVector, val onClick: () -> Unit = { })

Constructors

   
BottomNavItem [androidJvm]
fun BottomNavItem(title: String, icon: ImageVector, onClick: () -> Unit = { })

Properties

Name Summary
icon [androidJvm]
val icon: ImageVector
onClick [androidJvm]
val onClick: () -> Unit
title [androidJvm]
val title: String