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