Circle constructor
Circle({})
Implementation
Circle({
required this.color,
required this.pointSize,
required this.xCoordinate,
required this.yCoordinate,
required this.blinkRadius,
});
Circle({
required this.color,
required this.pointSize,
required this.xCoordinate,
required this.yCoordinate,
required this.blinkRadius,
});