FaceDetectorPainter constructor

FaceDetectorPainter(
  1. String path,
  2. List<Face> faces,
  3. Size imageSize,
  4. InputImageRotation rotation,
  5. CameraLensDirection cameraLensDirection,
)

Implementation

FaceDetectorPainter(
  this.path,
  this.faces,
  this.imageSize,
  this.rotation,
  this.cameraLensDirection,
);