ellipse constructor
const
ellipse(})
The <ellipse> element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.
Implementation
const ellipse(
this.children, {
this.cx,
this.cy,
this.rx,
this.ry,
this.fill,
this.stroke,
this.strokeWidth,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});