CellSize constructor
CellSize({})
Implementation
CellSize({
required this.charWidth,
required this.charHeight,
required this.letterSpacing,
required this.lineSpacing,
required this.cellWidth,
required this.cellHeight,
});