PdfAnnotBase constructor
PdfAnnotBase({})
Implementation
PdfAnnotBase({
required this.subtype,
required this.rect,
this.border,
this.content,
this.name,
this.flags,
this.date,
this.color,
this.subject,
this.author,
});