Mosaic
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Mosaic
mosaic-server
/
dev.catbit.mosaic.server.builder.composition_local
/
compositionLocalOf
composition
Local
Of
inline
fun
<
T
>
compositionLocalOf
(
noinline
defaultValue
:
(
)
->
T
)
:
CompositionLocal
<
T
>
Declares a new
CompositionLocal
of type
T
, falling back to
defaultValue
when unset.