Escalar Alcoia i Comtat
core
/
com.arnyminerz.escalaralcoiaicomtat.core.ui
Package-level
declarations
Types
Functions
Properties
Types
Nav
Item
Link copied to clipboard
data
class
NavItem
(
val
screen
:
Screen
,
val
badgeCountList
:
SnapshotStateList
<
*
>
?
=
null
,
val
visible
:
State
<
Boolean
>
=
mutableStateOf(true)
)
Screen
Link copied to clipboard
sealed
class
Screen
Used by NavItems for specifying the data of each item.
Functions
Back
Handler
Link copied to clipboard
@
Composable
fun
BackHandler
(
enabled
:
Boolean
=
true
,
onBack
:
(
)
->
Unit
)
Navigation
Item
Link copied to clipboard
@
Composable
fun
RowScope
.
NavigationItem
(
pagerState
:
PagerState
,
item
:
NavItem
,
itemPosition
:
Int
)
Screens
Link copied to clipboard
@
Composable
fun
RowScope
.
Screens
(
pagerState
:
PagerState
,
screens
:
Collection
<
NavItem
>
,
startingIndex
:
Int
=
0
)
Properties
Cabin
Family
Link copied to clipboard
val
CabinFamily
:
FontFamily
Poppins
Family
Link copied to clipboard
val
PoppinsFamily
:
FontFamily
Search
Item
Type
Color
Link copied to clipboard
val
SearchItemTypeColor
:
Color