PdfViewPinchPageBuilderPinch typedef

PdfViewPinchPageBuilderPinch = PhotoViewGalleryPageOptions Function(Future<PdfPageTexture> pageImage, int index, PdfDocument document)

Implementation

typedef PdfViewPinchPageBuilderPinch = PhotoViewGalleryPageOptions Function(
  /// Page image model
  Future<PdfPageTexture> pageImage,

  /// page index
  int index,

  /// pdf document
  PdfDocument document,
);