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