CPDFReplyAnnotation constructor
CPDFReplyAnnotation({
- CPDFAnnotationType type = CPDFAnnotationType.unknown,
- String title = '',
- required int page,
- String content = '',
- required String uuid,
- DateTime? createDate,
- DateTime? modifyDate,
- CPDFAnnotationMarkState markState = CPDFAnnotationMarkState.unmarked,
- CPDFAnnotationReviewState reviewState = CPDFAnnotationReviewState.none,
- required CPDFRectF rect,
Implementation
CPDFReplyAnnotation({
super.type = CPDFAnnotationType.unknown,
super.title = '',
required super.page,
super.content = '',
required super.uuid,
super.createDate,
this.modifyDate,
super.markState,
super.reviewState,
required super.rect,
});