AnnotationSquare constructor

AnnotationSquare({
  1. PdfColor? color,
  2. PdfColor? interiorColor,
  3. PdfBorder? border,
  4. String? author,
  5. DateTime? date,
  6. String? subject,
  7. String? content,
  8. PdfIndirect? replaces,
})

Implementation

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