PDFEditorView constructor
const
PDFEditorView({
- Key? key,
- required String urlFile,
- PDFViewCreatedCallback? onViewCreated,
- DisplayDirection displayDirection = DisplayDirection.vertical,
- bool autoScales = false,
- DisplayMode displayMode = DisplayMode.singlePageContinuous,
- ErrorCallback? onError,
- 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);