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