Mark
05/16/2023, 1:17 PMColumn
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.