onPinchSwipe method
Implementation
@override
void onPinchSwipe(
final Point<int> centerPosInPix,
final double zoomingSpeedInMMPerSec,
final double rotatingSpeedInMMPerSec,
) {
_pinchSwipeCallback?.call(
centerPosInPix,
zoomingSpeedInMMPerSec,
rotatingSpeedInMMPerSec,
);
}