With ProvidableCompositionLocal you can provide a ...
# compose
h
With ProvidableCompositionLocal you can provide a value to its children, so a child can get/search the parent value. Is there any api to access/search a children from a parent too?
u
It seems that this issue can be resolved by programming in a way where the parent composable manages the state of the child composable through state hoisting. https://developer.android.com/develop/ui/compose/state-hoisting