AnnotationAction constructor
AnnotationAction(
- Annotation annotation,
- AnnotationType type,
- List<
PdfTextMarkupAnnotation> pdfAnnotation, { - bool isAdd = true,
Creates an AnnotationAction with the given annotation, type, and pdfAnnotation.
By default, isAdd is true, indicating an add operation.
Implementation
AnnotationAction(
this.annotation,
this.type,
this.pdfAnnotation, {
this.isAdd = true,
});