canvas property

EventTarget get canvas

Returns the canvas element that the context is bound to.

Implementation

_i3.EventTarget get canvas => _i4.getProperty(
      this,
      'canvas',
    );