NiceSpreadsheetCellStyle constructor
const
NiceSpreadsheetCellStyle({})
Implementation
const NiceSpreadsheetCellStyle({
this.bold = false,
this.italic = false,
this.textColor,
this.backgroundColor,
this.alignment = TextAlign.left,
});