GetOffsetResult constructor

const GetOffsetResult({
  1. double dx = 0.0,
  2. double dy = 0.0,
})

Creates a result with the offset defined by dx and dy.

Implementation

const GetOffsetResult({ this.dx = 0.0, this.dy = 0.0});