jeff
11/18/2021, 9:07 PMColumn 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 itIan Lake
11/18/2021, 9:09 PMweight modifier: https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/ColumnScope#(androidx.compose.ui.Modi[…]tlin.Float,kotlin.Boolean)jeff
11/18/2021, 9:10 PM