th constructor
const
th(})
The <th> HTML element defines a cell as the header of a group of table cells and may be used as a child of the <tr> element. The exact nature of this group is defined by the scope and headers attributes.
Implementation
const th(
this.children, {
this.abbr,
this.colspan,
this.headers,
this.rowspan,
this.scope,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});