Called when pointer tap has contacted the screen double time in behavior.
@override void handleDoubleTap(Offset position) { if (enableDoubleTapZooming) { _zoomInAndOut(0.25, origin: position); } }