PdfPageOverlaysBuilder typedef

PdfPageOverlaysBuilder = List<Widget> Function(BuildContext context, Rect pageRect, PdfPage page)

Function to build page overlays.

pageRect is the rectangle of the page in the viewer. page is the page.

Implementation

typedef PdfPageOverlaysBuilder = List<Widget> Function(
    BuildContext context, Rect pageRect, PdfPage page);