If you have a `Column` where one of the child comp...
# compose
m
If you have a
Column
where one of the child composables uses
Modifier.aspectRatio(1f)
is it intended behavior that this child might (in the case where the available space is roughly square) overlap with other child composables of the
Column
? I was expecting the
Column
would enforce that all children would be laid out without overlap.