goToPoint method

void goToPoint(
  1. double x,
  2. double y
)

Moves the center of the camera to the specified world coordinates x and y.

Implementation

void goToPoint(double x, double y) => canvasDelegate?.goToPoint(x, y);