PolygonWall constructor

PolygonWall({
  1. required List<Vector2> pointList,
})

Implementation

PolygonWall({required this.pointList});