onWebGlContextLost property

ElementStream onWebGlContextLost

Stream of webglcontextlost events handled by this CanvasElement.

Implementation

ElementStream<gl.ContextEvent> get onWebGlContextLost =>
    webGlContextLostEvent.forElement(this);