ConstrainLayout question. I want to constrain a Te...
# compose
t
ConstrainLayout question. I want to constrain a Text's baseline to the top another ref's top. So I tried
Copy code
baseline.linkTo(<http://signalBox.top|signalBox.top>)
but the compiler is complaining about that. What am I missing?