FaceVerifyCamNew constructor

const FaceVerifyCamNew({
  1. Key? key,
  2. required Size size,
  3. required String type,
})

Implementation

const FaceVerifyCamNew({
  Key? key,
  required this.size, required this.type,
}) : super(key: key);