const Point(double x, double y)

Creates a point. The first argument sets x, the horizontal component, and the second sets y, the vertical component.

Source

const Point(this.x, this.y);