cameraFrameBorderWidth property
int?
get
cameraFrameBorderWidth
Allows you to set thickness of the camera frame borders.
Default: 3.
Implementation
int? get cameraFrameBorderWidth => _cameraFrameBorderWidth;
set
cameraFrameBorderWidth
(int? val)
Implementation
set cameraFrameBorderWidth(int? val) {
_cameraFrameBorderWidth = val;
_set({"cameraFrameBorderWidth": val});
}