PDFViewPageBuilder typedef

PDFViewPageBuilder = PhotoViewGalleryPageOptions Function(Future<PdfPageImage> pageImage, int index, PdfDocument document)

Implementation

typedef PDFViewPageBuilder = PhotoViewGalleryPageOptions Function(
  /// Page image model
  Future<PdfPageImage> pageImage,

  /// page index
  int index,

  /// pdf document
  PdfDocument document,
);