Canvas constructor

Canvas([
  1. String? value
])

Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations. Read more...

Implementation

Canvas([super.value]) {
  tag = 'canvas';
}