FaceCameraCircle constructor
const
FaceCameraCircle({
- required FRCController controller,
- bool showControls = true,
- bool showCaptureControl = false,
- String message = 'No Camera Detected',
- TextStyle messageStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.w500),
- bool autoDisableCaptureControl = false,
- Widget? descriptionWidget,
- String emptyFaceMessage = 'Face not Detected',
- String centerMessage = 'Center your face in the camera',
- void captureControl()?,
- Key? key,
Implementation
const FaceCameraCircle({
required this.controller,
this.showControls = true,
this.showCaptureControl = false,
this.message = 'No Camera Detected',
this.messageStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.w500),
this.autoDisableCaptureControl = false,
this.descriptionWidget,
this.emptyFaceMessage = 'Face not Detected',
this.centerMessage = 'Center your face in the camera',
this.captureControl,
super.key,
});