DynamicOffset constructor

const DynamicOffset(
  1. Length dx,
  2. Length dy
)

Constructs an elliptical radius with the given radii.

Implementation

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