toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens
/
NavDrawer
Nav
Drawer
data
class
NavDrawer
(
@
StringRes
val
title
:
Int
,
@
DrawableRes
val
selectedIcon
:
Int
,
@
DrawableRes
val
unSelectedIcon
:
Int
?
=
null
,
val
route
:
String
=
""
,
@
StringRes
val
link
:
Int
?
=
null
,
val
visible
:
Boolean
=
true
)
Members
Constructors
Nav
Drawer
Link copied to clipboard
constructor
(
@
StringRes
title
:
Int
,
@
DrawableRes
selectedIcon
:
Int
,
@
DrawableRes
unSelectedIcon
:
Int
?
=
null
,
route
:
String
=
""
,
@
StringRes
link
:
Int
?
=
null
,
visible
:
Boolean
=
true
)
Properties
link
Link copied to clipboard
val
link
:
Int
?
=
null
route
Link copied to clipboard
val
route
:
String
selected
Icon
Link copied to clipboard
val
selectedIcon
:
Int
title
Link copied to clipboard
val
title
:
Int
un
Selected
Icon
Link copied to clipboard
val
unSelectedIcon
:
Int
?
=
null
visible
Link copied to clipboard
val
visible
:
Boolean
=
true