CPDFAnnotationFactory typedef
CPDFAnnotationFactory =
CPDFAnnotation Function(Map<String, dynamic> json)
Factory function used by CPDFAnnotationRegistry to create annotations.
Implementation
typedef CPDFAnnotationFactory = CPDFAnnotation Function(
Map<String, dynamic> json);