Susheel
08/31/2022, 8:31 PMFrancesc
08/31/2022, 8:33 PMLayout
, measure the intrinsic height of your children, then construct a Constraints.fixed
with the height of the tallest intrinsic height, and use that to measure your composablesFrancesc
08/31/2022, 8:35 PMSubcomposeLayout
is useful when you have relationships between the composables but it comes with performance penalty. In this case you just want to see which is the tallest for which you can use the intrinsic height.Susheel
08/31/2022, 8:42 PMFrancesc
08/31/2022, 8:44 PMLayout
, you can use that in the row itselfColton Idle
08/31/2022, 8:53 PM