DataGridCellPdfExportCallback typedef

DataGridCellPdfExportCallback = void Function(DataGridCellPdfExportDetails details)

Signature for cellExport callback which is passed as an argument in exportToPdfGrid and exportToPdfDocument methods.

Implementation

typedef DataGridCellPdfExportCallback =
    void Function(DataGridCellPdfExportDetails details);