isCropSupported property

bool isCropSupported

@return Whether this bitmap can be cropped.

Implementation

bool get isCropSupported {
  return _binarizer.luminanceSource.isCropSupported;
}