FlutterSpreadsheetUIConfig constructor

const FlutterSpreadsheetUIConfig({
  1. double cellWidth = 110,
  2. double cellHeight = kMinInteractiveDimension,
  3. double? firstColumnWidth,
  4. double? headerHeight,
  5. double freezedColumnExtendedByWidth = 50,
  6. bool freezeFirstColumn = true,
  7. bool freezeFirstRow = true,
  8. bool enableColumnWidthDrag = false,
  9. bool enableRowHeightDrag = false,
  10. double borderWidth = 1.5,
  11. Color? borderColor,
  12. Color? selectionColor,
})

Implementation

const FlutterSpreadsheetUIConfig({
  this.cellWidth = 110,
  this.cellHeight = kMinInteractiveDimension,
  this.firstColumnWidth,
  this.headerHeight,
  this.freezedColumnExtendedByWidth = 50,
  this.freezeFirstColumn = true,
  this.freezeFirstRow = true,
  this.enableColumnWidthDrag = false,
  this.enableRowHeightDrag = false,
  this.borderWidth = 1.5,
  this.borderColor,
  this.selectionColor,
});