TableCell constructor
const
TableCell({})
Implementation
const TableCell({
this.columnSpan = 1,
this.rowSpan = 1,
required this.child,
this.backgroundColor,
this.columnHover = false,
this.rowHover = true,
this.theme,
this.enabled = true,
});