ZoomPanArea({Gravity? gravity, int? zoom, int? x, int? y}) { _gravity = gravity; _zoom = zoom; _x = x; _y = y; }