PdfQuadPoints constructor
Creates a PdfQuadPoints from its four corner points.
Implementation
const PdfQuadPoints({
required this.p1,
required this.p2,
required this.p3,
required this.p4,
});
Creates a PdfQuadPoints from its four corner points.
const PdfQuadPoints({
required this.p1,
required this.p2,
required this.p3,
required this.p4,
});