UPdfAnnotationInfo constructor

const UPdfAnnotationInfo({
  1. required int objectNumber,
  2. required int pageIndex,
  3. required String subtype,
  4. required Rect rect,
  5. String contents = "",
  6. String author = "",
  7. DateTime? modified,
  8. Color? color,
})

Implementation

const UPdfAnnotationInfo({required this.objectNumber, required this.pageIndex, required this.subtype, required this.rect, this.contents = "", this.author = "", this.modified, this.color});