PdfGridBuiltInStyleSettings constructor

PdfGridBuiltInStyleSettings({
  1. bool applyStyleForBandedColumns = false,
  2. bool applyStyleForBandedRows = true,
  3. bool applyStyleForFirstColumn = false,
  4. bool applyStyleForHeaderRow = true,
  5. bool applyStyleForLastColumn = false,
  6. bool applyStyleForLastRow = false,
})

Represents the grid built-in style settings.

Implementation

PdfGridBuiltInStyleSettings({
  this.applyStyleForBandedColumns = false,
  this.applyStyleForBandedRows = true,
  this.applyStyleForFirstColumn = false,
  this.applyStyleForHeaderRow = true,
  this.applyStyleForLastColumn = false,
  this.applyStyleForLastRow = false,
});