cameraFrameActiveColor property
Allows you to set a color for the camera frame when a document is detected.
Default: Colors.green.
Implementation
Color? get cameraFrameActiveColor => _cameraFrameActiveColor;
Implementation
set cameraFrameActiveColor(Color? val) {
_cameraFrameActiveColor = val;
_setCustomization({"cameraFrameActiveColor": _intFromColor(val)}, this);
}