Graphic constructor

Graphic(
  1. int width,
  2. int height,
  3. List<GShape> shapes
)

Implementation

Graphic(this.width, this.height, this.shapes);