colgroup constructor
const
colgroup(})
The <colgroup> HTML element defines a group of columns within a table.
Implementation
const colgroup(
this.children, {
this.span,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});