PdfDocumentViewBuilderFunction typedef

PdfDocumentViewBuilderFunction = Widget Function(BuildContext context, PdfDocument? document)

A function that builds a widget tree with the PDF document.

Implementation

typedef PdfDocumentViewBuilderFunction = Widget Function(
  BuildContext context,
  PdfDocument? document,
);