PDFEditorView constructor

const PDFEditorView({
  1. Key? key,
  2. required String urlFile,
  3. PDFViewCreatedCallback? onViewCreated,
  4. DisplayDirection displayDirection = DisplayDirection.vertical,
  5. bool autoScales = false,
  6. DisplayMode displayMode = DisplayMode.singlePageContinuous,
  7. ErrorCallback? onError,
  8. PageChangedCallback? onPageChanged,
})

Implementation

const PDFEditorView({Key? key, required this.urlFile, this.onViewCreated, this.displayDirection = DisplayDirection.vertical, this.autoScales=false, this.displayMode = DisplayMode.singlePageContinuous, this.onError, this.onPageChanged}) : super(key: key);