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