setOffset method

void setOffset(
  1. int offset
)

Implementation

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