NonNegativeOffset constructor

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

Implementation

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