OffscreenCanvas constructor Null safety
Implementation
factory OffscreenCanvas(int width, int height) {
return OffscreenCanvas._create_1(width, height);
}
factory OffscreenCanvas(int width, int height) {
return OffscreenCanvas._create_1(width, height);
}