move method

void move(
  1. Offset offset
)

Implementation

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