cameraFrameLineLength property
int?
get
cameraFrameLineLength
Allows you to set length of the lines of the camera frame.
It's applied once you change the cameraFrameShapeType property to FrameShapeType.CORNER.
Default: 25.
Implementation
int? get cameraFrameLineLength => _cameraFrameLineLength;
set
cameraFrameLineLength
(int? val)
Implementation
set cameraFrameLineLength(int? val) {
_cameraFrameLineLength = val;
_set({"cameraFrameLineLength": val});
}