GPUCameraWidget constructor

const GPUCameraWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. GPUCameraCallBack? cameraCallBack,
})

Implementation

const GPUCameraWidget(
    {Key? key,
    this.width,
    this.height,
    this.cameraCallBack})
    : super(key: key);