android_opengl_GLSurfaceViewWidget constructor

const android_opengl_GLSurfaceViewWidget({
  1. Key? key,
  2. _OnViewCreated? onGLSurfaceViewCreated,
  3. _OnViewDispose? onDispose,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

const android_opengl_GLSurfaceViewWidget({
  Key? key,
  this.onGLSurfaceViewCreated,
  this.onDispose,
  this.gestureRecognizers,
}) : super(key: key);