Header constructor

Header([
  1. String? value
])

The <header> HTML element represents introductory content, typically a group of introductory or navigational aids. Read more...

Implementation

Header([super.value]) {
  tag = 'header';
}