Escalar Alcoia i Comtat
core
/
com.arnyminerz.escalaralcoiaicomtat.core.ui
/
NavItem
Nav
Item
data
class
NavItem
(
val
screen
:
Screen
,
val
badgeCountList
:
SnapshotStateList
<
*
>
?
=
null
,
val
visible
:
State
<
Boolean
>
=
mutableStateOf(true)
)
Constructors
Properties
Constructors
Nav
Item
Link copied to clipboard
fun
NavItem
(
screen
:
Screen
,
badgeCountList
:
SnapshotStateList
<
*
>
?
=
null
,
visible
:
State
<
Boolean
>
=
mutableStateOf(true)
)
Properties
badge
Count
List
Link copied to clipboard
val
badgeCountList
:
SnapshotStateList
<
*
>
?
=
null
screen
Link copied to clipboard
val
screen
:
Screen
visible
Link copied to clipboard
val
visible
:
State
<
Boolean
>