DataGridCellPdfExportDetails constructor

const DataGridCellPdfExportDetails(
  1. DataGridExportCellType cellType,
  2. PdfGridCell pdfCell,
  3. Object? cellValue,
  4. String columnName,
)

the callback event DataGridCellPdfExportDetails

Implementation

const DataGridCellPdfExportDetails(
    this.cellType, this.pdfCell, this.cellValue, this.columnName);