EditCellStyle constructor
const
EditCellStyle({})
Implementation
const EditCellStyle({
this.fontFamily,
this.fontSize,
this.bold = false,
this.italic = false,
this.padLeft = 0,
this.padTop = 0,
this.padRight = 0,
this.padBottom = 0,
});