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