SpreadsheetCell constructor
SpreadsheetCell({
- int? fontSize,
- bool? fontIsBold,
- Color? foregroundColor,
- Color? backgroundColor,
- SpreadsheetCellBorder? border,
- required SpreadsheetCellContent content,
Implementation
SpreadsheetCell({
this.fontSize,
this.fontIsBold,
this.foregroundColor,
this.backgroundColor,
this.border,
required this.content,
});