I am using `centerOnScale` like this ```dart Zoom( initScale: (screenHeight / screenWidth), centerOnScale: true, ) ``` But the position is not centered. Does it take into account centering after initScale has been applied?
I am using
centerOnScalelike thisBut the position is not centered.
Does it take into account centering after initScale has been applied?