offset property

int get offset

The offset of the display along the connected edge. 0 indicates that the topmost or leftmost corners are aligned.

Implementation

int get offset => _wrapped.offset;
set offset (int v)

Implementation

set offset(int v) {
  _wrapped.offset = v;
}