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