CPDFMarkupAnnotation constructor
CPDFMarkupAnnotation({})
Implementation
CPDFMarkupAnnotation(
{required CPDFAnnotationType type,
required String title,
required int page,
required String content,
required String uuid,
DateTime? createDate,
required CPDFRectF rect,
required this.markedText,
required this.color,
required this.alpha})
: super(
type: type,
title: title,
page: page,
content: content,
uuid: uuid,
createDate: createDate,
rect: rect);