OnPdfPreviewActionPressed typedef

OnPdfPreviewActionPressed = void Function(BuildContext context, LayoutCallback build, PdfPageFormat pageFormat)

Base Action callback

Implementation

typedef OnPdfPreviewActionPressed =
    void Function(
      BuildContext context,
      LayoutCallback build,
      PdfPageFormat pageFormat,
    );