Offsets constructor

const Offsets(
  1. Offset start,
  2. Offset end
)

Implementation

const Offsets(this.start, this.end);