Flutter widgets look way bigger in Chrome compared to app run on a desktop (in my case on Linux). I'd like to either scale down web or scale up desktop app to make all the widgets look exactly the same.
I've already tried setting visualDensity
or using Transform.scale()
wrapper but both don't solve the problem. I know I can add a const ratio (different for web and desktop) and multiply every width, height, text size etc. by that value, but I feel there must be a simpler solution.
Take a look at web (left) and desktop (right)