TableRow constructor
TableRow({})
Implementation
TableRow({
this.cells = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'tr',
});
TableRow({
this.cells = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'tr',
});