TableCell constructor
TableCell({})
Implementation
TableCell({
this.content,
this.colSpan,
this.rowSpan,
this.scope,
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'td',
});
TableCell({
this.content,
this.colSpan,
this.rowSpan,
this.scope,
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'td',
});