Radius.elliptical constructor

const Radius.elliptical(
  1. double x,
  2. double y
)

Constructs an elliptical radius with the given radii.

Implementation

const Radius.elliptical(this.x, this.y);