Kevin S
07/29/2024, 5:54 PM40.dp
high, unless that would cut off something underneath it, then take lessAlex Styl
07/29/2024, 6:02 PMModifier.size()
sort of does it by default - ive noticed that it squeezes the component if there is not enough space. Modifier.requireSize()
is the one that is strict about the sizing, so it might be enough setting it to the more important component.
Otherwise you could use weight()
inside a col/rowKevin S
07/29/2024, 6:27 PMrequireSize
comes inAlex Styl
07/29/2024, 6:43 PM