LazyDataTableDimensions constructor

const LazyDataTableDimensions({
  1. double cellHeight = 50,
  2. double cellWidth = 50,
  3. double columnHeaderHeight = 50,
  4. double rowHeaderWidth = 50,
  5. Map<int, double> customCellHeight = const {},
  6. Map<int, double> customCellWidth = const {},
})

Implementation

const LazyDataTableDimensions({
  this.cellHeight = 50,
  this.cellWidth = 50,
  this.columnHeaderHeight = 50,
  this.rowHeaderWidth = 50,
  this.customCellHeight = const {},
  this.customCellWidth = const {},
});