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