Is there a way to use incoming constraints to only...
# compose
v
Is there a way to use incoming constraints to only affect the draw phase without resorting so some form of
SubcomposeLayout
? I don't need the constraints to affect the layout of the child.
z
put the constraints in a MutableState, read it from draw
v
Thanks for the reply. That's what I ended up doing after thinking for a while!
👍🏻 1