LazyDataTableDimensions constructor

const LazyDataTableDimensions({
  1. double cellHeight = 50,
  2. double cellWidth = 50,
  3. double topHeaderHeight = 50,
  4. double leftHeaderWidth = 50,
  5. double rightHeaderWidth = 50,
  6. double bottomHeaderHeight = 50,
  7. Map<int, double> customCellHeight = const {},
  8. Map<int, double> customCellWidth = const {},
})

Implementation

const LazyDataTableDimensions({
  this.cellHeight = 50,
  this.cellWidth = 50,
  this.topHeaderHeight = 50,
  this.leftHeaderWidth = 50,
  this.rightHeaderWidth = 50,
  this.bottomHeaderHeight = 50,
  this.customCellHeight = const {},
  this.customCellWidth = const {},
});