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