onWebGlContextLost property
ElementStream<ContextEvent>
get
onWebGlContextLost
Stream of webglcontextlost events handled by this CanvasElement.
Implementation
ElementStream<gl.ContextEvent> get onWebGlContextLost =>
webGlContextLostEvent.forElement(this);