captureButtonImage property
Allows you to set any image for the capture button.
Implementation
Image? get captureButtonImage => _captureButtonImage;
Implementation
set captureButtonImage(Image? val) {
_captureButtonImage = val;
_set({"captureButtonImage": _imageToBase64(val)});
}