moveDown method

void moveDown()

Implementation

void moveDown() {
  offset = offset.translate(0, -_offsetChangeUnit);
}