Orbit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Orbit
orbit-foundation
/
com.aman.orbit.foundation
/
NavDecoration
Nav
Decoration
interface
NavDecoration
Inheritors
AnimatedNavDecoration
NoOpNavDecoration
Members
Functions
Decorated
Content
Link copied to clipboard
@
Composable
abstract
fun
<
T
>
DecoratedContent
(
args
:
ImmutableList
<
T
>
,
backStackDepth
:
Int
,
modifier
:
Modifier
,
contentKey
:
(
T
)
->
Any
,
content
:
@
Composable
(
T
)
->
Unit
)