Denis Capkovic
05/10/2021, 4:44 PMModifier.weight(1f)
instead of Modifier.fillMaxSize()
when we want the component to take up as much space as is available (it is the only component of the parent)?Sean McQuillan [G]
05/10/2021, 4:46 PMAdam Powell
05/10/2021, 5:47 PMModifier.weight
reorders the child element to be measured after any unweighted elements, it is not measured multiple times like LinearLayout can do.Adam Powell
05/10/2021, 5:49 PMDenis Capkovic
05/10/2021, 5:50 PM