thead constructor
const
thead(})
The <thead> HTML element encapsulates a set of table rows (<tr> elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (<th> elements).
Implementation
const thead(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});