debugSaveCroppedImages property
bool?
get
debugSaveCroppedImages
If set to true
, cropped images will be saved to the application's directory.
Implementation
bool? get debugSaveCroppedImages => _debugSaveCroppedImages;
set
debugSaveCroppedImages
(bool? val)
Implementation
set debugSaveCroppedImages(bool? val) {
_debugSaveCroppedImages = val;
_set({"debugSaveCroppedImages": val});
}