PdfPageAnnotations constructor
- required int pageIndex,
- required List<
PdfAnnotation> annotations,
Creates an immutable PdfPageAnnotations value.
Implementation
const PdfPageAnnotations({
required this.pageIndex,
required this.annotations,
});
Creates an immutable PdfPageAnnotations value.
const PdfPageAnnotations({
required this.pageIndex,
required this.annotations,
});