cameraFrameShapeType property
Allows you to set a shape type for the camera frame.
Default: FrameShapeType.LINE.
Implementation
FrameShapeType? get cameraFrameShapeType => _cameraFrameShapeType;
Implementation
set cameraFrameShapeType(FrameShapeType? val) {
_cameraFrameShapeType = val;
_setCustomization({"cameraFrameShapeType": val?.value}, this);
}