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