PDFAnnotationConfig constructor

const PDFAnnotationConfig({
  1. String? title,
  2. Color? initialPenColor,
  3. Color? initialHighlightColor,
  4. double? initialStrokeWidth,
  5. List<Uint8List>? imagesToInsert,
  6. int initialPage = 0,
  7. PdfLocale? locale,
})

Implementation

const PDFAnnotationConfig({
  this.title,
  this.initialPenColor,
  this.initialHighlightColor,
  this.initialStrokeWidth,
  this.imagesToInsert,
  this.initialPage = 0,
  this.locale,
});