Hello, new to compose, is there a way to make an a...
# compose-desktop
a
Hello, new to compose, is there a way to make an app content resize automatically when resizing the window? Constraint Layout maybe? I'm using Column at the moment (very basic hello world app sort of). When I start the app it is always cropped, I have to manually resize.
m
Modifier.fillMaxSize()
👍 1