ShapePayload constructor
Implementation
ShapePayload({
required this.type,
required this.x1,
required this.y1,
required this.x2,
required this.y2,
required this.color,
required this.thickness,
required this.lineType,
});
ShapePayload({
required this.type,
required this.x1,
required this.y1,
required this.x2,
required this.y2,
required this.color,
required this.thickness,
required this.lineType,
});