CPDFInkAnnotation constructor
CPDFInkAnnotation({})
Implementation
CPDFInkAnnotation({
super.title,
required super.page,
super.content,
super.uuid = '',
super.createDate,
super.rect = const CPDFRectF(left: 0, top: 0, right: 0, bottom: 0),
required this.color,
this.alpha = 255,
required this.borderWidth,
this.inkPath,
}) : super(type: CPDFAnnotationType.ink);