While i generally would agree with that, there’s s...
# compose
m
While i generally would agree with that, there’s situations where ti might not make sense. We generally decrease padding between elements to accomodate smaller screens sizes, so a composable like i mentioned with an image and 2 text values doesn’t care about it’s parent’s space (it would be a Column with a wrap content height). It just needs to know that the overall available display space is smaller due to screen size and we want to shrink the padding to try to avoid the user having to scroll if possible.