Once you use MediaQuery.of(context).devicePixelRatio or View.of(context).devicePixelRatio,
the size will change as the device size or pixelRatio changes.
Use a constant value like just 160 to have a size of 160 across all screen sizes