Element.img constructor - Element - dart:html library (original) (raw)
Element.img()
Creates a new <img> element.
This is equivalent to calling new Element.tag('img').
Implementation
factory Element.img() => new Element.tag('img');
Element.img()
Creates a new <img> element.
This is equivalent to calling new Element.tag('img').
factory Element.img() => new Element.tag('img');