WrapperSessionScanViewConfigOptionElementOffset constructor

WrapperSessionScanViewConfigOptionElementOffset({
  1. int? x,
  2. int? y,
})

Implementation

WrapperSessionScanViewConfigOptionElementOffset({
    this.x,
    this.y,
});