isCropSupported property

bool get isCropSupported

@return Whether this subclass supports cropping.

Implementation

bool get isCropSupported {
  return false;
}