FacePainter constructor
FacePainter({
- required List<
FaceDetectionResult> results, - required Size imageSize,
- InputImageRotation rotation = InputImageRotation.rotation0deg,
- bool isFrontCamera = false,
Implementation
FacePainter({
required this.results,
required this.imageSize,
this.rotation = InputImageRotation.rotation0deg,
this.isFrontCamera = false,
});