AnnotationPolygon constructor

AnnotationPolygon(
  1. List<PdfPoint> points, {
  2. PdfColor? color,
  3. PdfColor? interiorColor,
  4. PdfBorder? border,
  5. String? author,
  6. DateTime? date,
  7. String? subject,
  8. String? content,
  9. PdfIndirect? replaces,
})

Implementation

AnnotationPolygon(
  this.points, {
  this.color,
  this.interiorColor,
  this.border,
  this.author,
  this.date,
  this.subject,
  this.content,
  this.replaces,
});