compositionContext
Property
Android
var View.compositionContext: CompositionContext?
The CompositionContext
that should be used as a parent for compositions at or below this view
in the hierarchy. Set to non-null
to provide a CompositionContext
for compositions created by
child views, or null
to fall back to any CompositionContext
provided by ancestor views.
See findViewTreeCompositionContext
.