$footer function
Creates a footer
node.
Implementation
DOMElement $footer(
{Object? id,
Object? classes,
Object? style,
Map<String, String>? attributes,
Object? content,
bool? hidden,
bool commented = false}) =>
$tag('footer',
id: id,
classes: classes,
style: style,
attributes: attributes,
content: content,
hidden: hidden,
commented: commented);