I want the items of the first column to stretch their height depending on the total height of the other column in the row.
Now I have it:
And I want it to be like that:
Is this possible without hardcoding the height through calculations?
CodePudding user response:
Use compose arrangement 'equal weight' according to this documentation link
Modifier.weight()