tfoot constructor
const
tfoot(})
The <tfoot> HTML element encapsulates a set of table rows (<tr> elements), indicating that they comprise the foot of a table with information about the table's columns. This is usually a summary of the columns, e.g., a sum of the given numbers in a column.
Implementation
const tfoot(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});