UPdfEditorPage constructor

const UPdfEditorPage({
  1. String? filePath,
  2. Uint8List? bytes,
  3. String? url,
  4. String? asset,
  5. String? base64Pdf,
  6. String password = "",
  7. String author = "",
  8. String? savePath,
  9. void onSaved(
    1. String path
    )?,
  10. Key? key,
})

Implementation

const UPdfEditorPage({
  this.filePath,
  this.bytes,
  this.url,
  this.asset,
  this.base64Pdf,
  this.password = "",
  this.author = "",
  this.savePath,
  this.onSaved,
  super.key,
});