PdfAnnotation constructor
const
PdfAnnotation({
- required AnnotationType type,
- required Rect rect,
- required int xref,
- String? content,
- String? title,
- String? subject,
- String? creationDate,
- String? modDate,
- List<
double> ? color, - List<
double> ? fillColor, - double? borderWidth,
- double? opacity,
- int flags = 0,
- String? icon,
- String? lineEnding,
- List<
Point> ? vertices, - List<
List< ? quadPoints,double> > - int? popupXref,
Implementation
const PdfAnnotation({
required this.type,
required this.rect,
required this.xref,
this.content,
this.title,
this.subject,
this.creationDate,
this.modDate,
this.color,
this.fillColor,
this.borderWidth,
this.opacity,
this.flags = 0,
this.icon,
this.lineEnding,
this.vertices,
this.quadPoints,
this.popupXref,
});