CameraOverlay constructor
const
CameraOverlay({
- Key? key,
- required Duration videoDuration,
- required CamController controller,
- required PlaygroundController playgroundController,
Implementation
const CameraOverlay({
Key? key,
required this.videoDuration,
required this.controller,
required this.playgroundController,
}) : super(key: key);