createCanvasImp function
Implementation
GLCanvas createCanvasImp({
Key? key,
required GLCanvasController? controller,
}) {
return WebGLCanvas(
key: key,
controller: controller,
);
}
GLCanvas createCanvasImp({
Key? key,
required GLCanvasController? controller,
}) {
return WebGLCanvas(
key: key,
controller: controller,
);
}