NiceSpreadsheet constructor
Implementation
const NiceSpreadsheet({
super.key,
this.sheets,
this.onCellChanged,
this.visibleRows = 25,
this.visibleCols = 10,
this.columnWidth = 100,
this.rowHeight = 30,
});
const NiceSpreadsheet({
super.key,
this.sheets,
this.onCellChanged,
this.visibleRows = 25,
this.visibleCols = 10,
this.columnWidth = 100,
this.rowHeight = 30,
});