FreedomTableCell constructor
const
FreedomTableCell({})
Implementation
const FreedomTableCell({
super.key,
this.child,
this.type = CellType.body,
required this.width,
this.height,
this.colspan = 1,
this.rowspan = 1,
this.isFirstCellInRow = false,
});