Radius.elliptical constructor
- double x,
- double y
Constructs an elliptical radius with the given radii.
Implementation
const Radius.elliptical(this.x, this.y);
Constructs an elliptical radius with the given radii.
const Radius.elliptical(this.x, this.y);