footer constructor
const
footer(})
The <footer> HTML element represents a footer for its nearest ancestor sectioning content or sectioning root element. A <footer> typically contains information about the author of the section, copyright data or links to related documents.
Implementation
const footer(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});