const MaskPreview({ Key? key, required this.cameraStream, required this.maskType, }) : super(key: key);