CPDFThumbnailConfig constructor

const CPDFThumbnailConfig({
  1. String? title,
  2. Color? backgroundColor,
  3. bool editMode = true,
})

Implementation

const CPDFThumbnailConfig({
  this.title,
  this.backgroundColor,
  this.editMode = true,
});