CPDFSignatureAnnotation constructor
CPDFSignatureAnnotation({})
Implementation
CPDFSignatureAnnotation(
{super.title,
super.content,
super.createDate,
required super.page,
super.uuid = '',
required super.rect,
this.image})
: super(type: CPDFAnnotationType.signature);