Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
shared
/
com.michaelflisar.toolbox.app.features.navigationbar
/
DesktopNavigation
Desktop
Navigation
@
Composable
fun
DesktopNavigation
(
modifier
:
Modifier
,
items
:
List
<
INavItem
>
,
selected
:
(
screen
:
Screen
)
->
Boolean
,
expanded
:
MutableState
<
Boolean
>
,
showExpand
:
Boolean
)