moveTo method

void moveTo(
  1. Offset offset
)

Implementation

void moveTo(Offset offset) {
  _offset = offset;
}