Zoltan Demant
09/23/2021, 3:24 PMColumn
contains two composables with varying height, how can I make sure the bottom one is always visible, despite the top one sometimes using Modifier.fillMaxHeight
?Csaba Szugyiczki
09/23/2021, 3:29 PMZoltan Demant
09/23/2021, 3:37 PMAlbert Chang
09/23/2021, 3:38 PMModifier.weight(1f, fill = false)
.Zoltan Demant
09/23/2021, 3:42 PM