EtchPathAddPolygon({ required List<Offset> points, bool close = true, }) : _points = points, _close = close;