https://kotlinlang.org logo
#compose
Title
# compose
a

adte

10/30/2023, 7:14 AM
Let's say I have a scrollable layout that contains children A, B and C. Now, i want to size it so only A and B are visible initially. Is this something I have to use
SubcomposeLayout
for? (Like don't measure C in the
measurables
block?)