What is Ambient and ContextAmbient
# compose
k
What is Ambient and ContextAmbient
z
Ambient is a way to implicitly pass values all the way down the compose tree, similar to SwiftUI's
Environment
or React's
Context
. ContextAmbient is an ambient that provides access to the Android context hosting the composition.
☝️ 3
171 Views