PdfPopupAnnotation constructor

const PdfPopupAnnotation({
  1. PdfRect? rect,
  2. required int flags,
})

Creates a PdfPopupAnnotation.

Implementation

const PdfPopupAnnotation({this.rect, required this.flags});