PdfPolygonAnnotation constructor
Creates a PdfPolygonAnnotation.
Implementation
const PdfPolygonAnnotation({
required super.pageIndex,
required this.subtype,
required this.vertices,
super.contents,
super.author,
super.rect,
super.color,
super.modifiedDate,
required super.flags,
super.popup,
});