Creates a new Point instance.
The x parameter is inherited from ChartItem. The y parameter is the y-coordinate of the point.
x
y
const Point({required super.x, required this.y});