AnnotationProperties constructor
AnnotationProperties({
- required String annotationId,
- required int pageIndex,
- int? strokeColor,
- int? fillColor,
- double? opacity,
- double? lineWidth,
- String? flagsJson,
- String? customDataJson,
- String? contents,
- String? subject,
- String? creator,
- String? bboxJson,
- String? note,
- String? inkLinesJson,
- String? fontName,
- double? fontSize,
- String? iconName,
Implementation
AnnotationProperties({
required this.annotationId,
required 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,
});