NavItem

data class NavItem(val screen: Screen, val badgeCountList: SnapshotStateList<*>? = null, val visible: State<Boolean> = mutableStateOf(true))

Constructors

Link copied to clipboard
fun NavItem(screen: Screen, badgeCountList: SnapshotStateList<*>? = null, visible: State<Boolean> = mutableStateOf(true))

Properties

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