Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app
/
DesktopNavigationBottom
Desktop
Navigation
Bottom
jvm
@
Composable
fun
DesktopNavigationBottom
(
items
:
List
<
INavItem
>
,
modifier
:
Modifier
=
Modifier
,
alwaysShowLabel
:
Boolean
=
true
,
showForSingleItem
:
Boolean
=
false
)