Offsets constructor

const Offsets(
  1. int dx,
  2. int dy
)

Implementation

const Offsets(this.dx, this.dy);