Square({double sideLength = 2.0, Color color = WHITE}) : super(color: color, width: sideLength, height: sideLength);