Zooms in by the given factor.
void zoomIn([double factor = 1.2, Offset? focalPoint]) { zoomTo(_transform.scale * factor, focalPoint); }