Element.header constructor
Creates a new <header>
element.
This is equivalent to calling new Element.tag('header')
.
Implementation
factory Element.header() => new Element.tag('header');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <header>
element.
This is equivalent to calling new Element.tag('header')
.
factory Element.header() => new Element.tag('header');