Offset constructor

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

Stores an integer terminal-cell displacement of (dx, dy).

Implementation

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