CellData constructor
CellData({})
Implementation
CellData({
required this.foreground,
required this.background,
required this.underlineColor,
required this.flags,
required this.content,
});
CellData({
required this.foreground,
required this.background,
required this.underlineColor,
required this.flags,
required this.content,
});