OffscreenCanvas constructor

OffscreenCanvas(int width, int height)

Implementation

factory OffscreenCanvas(int width, int height) {
  return OffscreenCanvas._create_1(width, height);
}