html constructor
const
html(})
The <html> HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.
Implementation
const html(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});