Dart
dart:html
OffscreenCanvas
OffscreenCanvas factory constructor
description
OffscreenCanvas constructor
OffscreenCanvas
(
int
width
,
int
height
)
Implementation
factory
OffscreenCanvas(
int
width,
int
height) {
return
OffscreenCanvas._create_1(width, height); }