NiceSpreadsheetCell constructor

NiceSpreadsheetCell({
  1. dynamic value,
  2. String? formula,
  3. NiceSpreadsheetCellStyle? style,
})

Implementation

NiceSpreadsheetCell({this.value, this.formula, this.style});