Element.section constructor
Creates a new <section>
element.
This is equivalent to calling new Element.tag('section')
.
Implementation
factory Element.section() => new Element.tag('section');
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 <section>
element.
This is equivalent to calling new Element.tag('section')
.
factory Element.section() => new Element.tag('section');