Working on a Compose layout, and using Box. But I need to align with the screen size, so I tried BoxWithContraint. But when I use that, it appears to be in a constant update loop (Box does not do this), which kills performance. Any tips on how to perhaps speed this up, or get the screen width for the plain old Box?