How do I manage screen and font scaling? When I increase the device size or font size, the view gets cut off inside a six-digit box. I want to manage it so that any number of boxes take up equal space on the screen, similar to how weightSum distributes space evenly.
How do I manage screen and font scaling? When I increase the device size or font size, the view gets cut off inside a six-digit box. I want to manage it so that any number of boxes take up equal space on the screen, similar to how weightSum distributes space evenly.