borderBackgroundImage property
Allows you to set any image within the camera frame.
Implementation
Uint8List? get borderBackgroundImage => _borderBackgroundImage;
Implementation
set borderBackgroundImage(Uint8List? val) {
_borderBackgroundImage = val;
_setCustomization({"borderBackgroundImage": _toBase64(val)}, this);
}