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