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