Polygon constructor

Polygon({
  1. double? x,
  2. double? y,
})

Implementation

Polygon({this.x, this.y});