u constructor
const
u(})
The <u> HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a simple solid underline, but may be altered using CSS.
Implementation
const u(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});