moveToOffset method

void moveToOffset(
  1. Offset offset
)

Implementation

void moveToOffset(Offset offset) => moveTo(offset.dx, offset.dy);