Footer constructor

Footer([
  1. String? value
])

The <footer> HTML element represents a footer for its nearest ancestor sectioning content or sectioning root element. Read more...

Implementation

Footer([super.value]) {
  tag = 'footer';
}