reposition method

void reposition(
  1. int offset
)

Implementation

void reposition(int offset) {
  _offset = offset;
}