PictureScreenCamera constructor

const PictureScreenCamera({
  1. Key? key,
  2. int? lensDirection,
  3. int shootingMinutes = 0,
  4. int shootingSeconds = 0,
  5. int changeCameraSeconds = 0,
  6. int changeCameraMinutes = 0,
  7. required String examId,
})

Implementation

const PictureScreenCamera({
  super.key,
  this.lensDirection,
  this.shootingMinutes = 0,
  this.shootingSeconds = 0,
  this.changeCameraSeconds = 0,
  this.changeCameraMinutes = 0,
  required this.examId,
});