VCNCameraPlaybackViewWidget constructor

const VCNCameraPlaybackViewWidget({
  1. Key? key,
  2. required dynamic callback(
    1. CameraController
    ),
  3. required double width,
  4. required double height,
  5. Future handler(
    1. MethodCall call
    )?,
})

Implementation

const VCNCameraPlaybackViewWidget({Key? key, required this.callback,required this.width,required this.height, this.handler}) : super(key: key);