Nat Strangerweather
09/12/2020, 1:52 PMval boxModifier = Modifier
.fillMaxSize() or .fillMaxHeight()
.weight(1f)
while making sure that the box remains square, so basically, fill the maximum size/height as long as you are square? At the moment I have rectangles which is not looking great...Halil Ozercan
09/12/2020, 1:59 PMaspectRatio
. That might be what you are looking forNat Strangerweather
09/12/2020, 2:00 PM