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