ElNode constructor
const
ElNode(})
Creates an element descriptor with tag and optional styling, attributes,
event handlers, and child descriptors.
Implementation
const ElNode(
this.tag, {
this.text,
this.className,
this.style,
this.attrs,
this.on,
this.children = const [],
});