PdfAnnotBase constructor
PdfAnnotBase({})
Implementation
PdfAnnotBase({
required this.subtype,
required this.rect,
this.border,
this.content,
this.name,
Set<PdfAnnotFlags>? flags,
this.date,
this.color,
this.subject,
this.author,
}) {
this.flags = flags ??
{
PdfAnnotFlags.print,
};
}