moveLeft method

void moveLeft()

Implementation

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