Ellipse({ double width = 2, double height = 1, Color color = WHITE, }) : super(color: color) { setWidth(width, stretch: true); setHeight(height, stretch: true); }