td constructor
const
td(})
The <td> HTML element defines a cell of a table that contains data and may be used as a child of the <tr> element.
Implementation
const td(
this.children, {
this.colspan,
this.headers,
this.rowspan,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});