GLCanvas.inherit constructor

GLCanvas.inherit({
  1. Key? key,
  2. GLCanvasController? controller,
})

Implementation

GLCanvas.inherit({
  Key? key,
  this.controller
}) : super(key: key);