move method

void move(
  1. Offset point
)

move to point.

Implementation

void move(Offset point) {
  _parts.add(_MovePathPart(point));
}