AnnotationProperties constructor

const AnnotationProperties({
  1. String? annotationId,
  2. int? pageIndex,
  3. int? strokeColor,
  4. int? fillColor,
  5. double? opacity,
  6. double? lineWidth,
  7. String? flagsJson,
  8. String? customDataJson,
  9. String? contents,
  10. String? subject,
  11. String? creator,
  12. String? bboxJson,
  13. String? note,
  14. String? inkLinesJson,
  15. String? fontName,
  16. double? fontSize,
  17. String? iconName,
})

Implementation

const AnnotationProperties({
  this.annotationId,
  this.pageIndex,
  this.strokeColor,
  this.fillColor,
  this.opacity,
  this.lineWidth,
  this.flagsJson,
  this.customDataJson,
  this.contents,
  this.subject,
  this.creator,
  this.bboxJson,
  this.note,
  this.inkLinesJson,
  this.fontName,
  this.fontSize,
  this.iconName,
});