Inheritance
  • Object
  • Interceptor
  • OffscreenCanvas
Annotations
  • @DocsEditable()
  • @DomName('OffscreenCanvas')
  • @Experimental()
  • @Native("OffscreenCanvas")

Constructors

OffscreenCanvas(int width, int height)
factory

Properties

height int
@DocsEditable(), @DomName('OffscreenCanvas.height'), @Experimental(), read / write
width int
@DocsEditable(), @DomName('OffscreenCanvas.width'), @Experimental(), read / write
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited