Constructs a circular radius. x and y will have the same radius value.
const Radius.circular(double radius) : this.elliptical(radius, radius);