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