DrawnShape constructor

DrawnShape(
  1. ShapeType type,
  2. List<Offset> points
)

Implementation

DrawnShape(this.type, this.points);