I want to have a row of two equal width squares (and they fill the whole row width)
The issue is then divided into composables like
Square
, then I think the squareness should be a internal detail of the Square composable (Modifier.aspectRatio)
However, the width its supposed to have, should come from the parent, since Square to be generic, doesnt know how to be uses