ctx property

CanvasRenderingContext2D get ctx

Implementation

CanvasRenderingContext2D get ctx {
  return _canvasElem.context2D;
}