I feel like this must be easy but I'm drawing a bl...
# compose
j
I feel like this must be easy but I'm drawing a blank: I have a
Column
with 2 children. I want the second child's height to be exactly 100.dp, and the first child's height to take up the remainder. What's the easiest way to accomplish that? Putting
Modifier.fillMaxHeight
on the first child doesn't seem to cut it
j
Ah! Perfect. Appreciate it