Offset constructor

Offset({
  1. double? x,
  2. double? y,
})

Implementation

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