Hello,
I am having issues understanding how works arrangement in Jetpack Compose.
I have 2 columns. I would the column on the right to take as much as needed, and the column on the left, to deal with the remaining space. In the remaining space, an image should be trying to take as much space as possible without compromising its aspect ratio.
But I don’t find how to do it. Each time, the left column has more importance.
This is the code I use at the moment,