SmartFaceCameraWeb constructor
const
SmartFaceCameraWeb({
- Key? key,
- String message = '',
- TextStyle messageStyle = const TextStyle(color: Colors.white),
- bool showControls = true,
- bool showCaptureControl = true,
- bool showFlashControl = true,
- bool showCameraLensControl = true,
- bool showStatusMessage = true,
- IndicatorShape indicatorShape = IndicatorShape.defaultShape,
- bool autoDisableCaptureControl = false,
- bool autoCapture = false,
- dynamic onCapture(
- File
- dynamic onError(
- dynamic
Implementation
const SmartFaceCameraWeb({
Key? key,
this.message = '',
this.messageStyle = const TextStyle(color: Colors.white),
this.showControls = true,
this.showCaptureControl = true,
this.showFlashControl = true,
this.showCameraLensControl = true,
this.showStatusMessage = true,
this.indicatorShape = IndicatorShape.defaultShape,
this.autoDisableCaptureControl = false,
this.autoCapture = false,
this.onCapture,
this.onError,
}) : super(key: key);