Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.navigation
/
NavItem
Nav
Item
class
NavItem
(
val
title
:
String
,
val
icon
:
IconComposable
?
,
val
screen
:
Screen
)
:
INavItem
Members
Constructors
Nav
Item
Link copied to clipboard
constructor
(
title
:
String
,
icon
:
IconComposable
?
,
screen
:
Screen
)
Properties
icon
Link copied to clipboard
val
icon
:
IconComposable
?
screen
Link copied to clipboard
val
screen
:
Screen
title
Link copied to clipboard
val
title
:
String