VCNCameraPlaybackViewWidget constructor
const
VCNCameraPlaybackViewWidget({
- Key? key,
- required dynamic callback(),
- required double width,
- required double height,
- Future handler(
- MethodCall call
Implementation
const VCNCameraPlaybackViewWidget({Key? key, required this.callback,required this.width,required this.height, this.handler}) : super(key: key);