NiceSpreadsheetCell constructor
NiceSpreadsheetCell({
- dynamic value,
- String? formula,
- NiceSpreadsheetCellStyle? style,
Implementation
NiceSpreadsheetCell({this.value, this.formula, this.style});