Rectangle({double width = 4.0, double height = 2.0, Color color = WHITE}) : super([UL, UR, DR, DL], color: color) { setWidth(width, stretch: true); setHeight(height, stretch: true); }