Triangle({double? startAngle, Color color = WHITE}) : super(numSides: 3, startAngle: startAngle, color: color);