moveToPoint method

void moveToPoint(
  1. Offset point
)

Implementation

void moveToPoint(Offset point) {
  moveTo(point.dx, point.dy);
}