isCropSupported property

bool isCropSupported

@return Whether this subclass supports cropping.

Implementation

bool get isCropSupported {
  return false;
}